Results

By type

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

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

2022-05-23T05:24:52.753Z||main|||||INFO|500||The following profiles are active: basic
2022-05-23T05:25:08.551Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-23T05:25:08.552Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-23T05:25:08.687Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-23T05:25:15.130Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-23T05:25:15.981Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-23T05:25:16.834Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-23T05:25:16.871Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-23T05:25:17.132Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-23T05:25:17.796Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-23T05:25:18.938Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-23T05:25:22.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-23T05:25:27.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-23T05:25:27.584Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-23T05:25:28.659Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-23T05:25:29.410Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-23T05:25:31.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-23T05:25:33.564Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-23T05:25:33.612Z||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$$20cf312a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-23T05:25:33.613Z||main|||||WARN|500||The sdc end point is not alive
2022-05-23T05:25:38.117Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-23T05:25:42.344Z||main|||||WARN|500||---
2022-05-23T05:25:42.344Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-23T05:25:42.345Z||main|||||WARN|500||---
2022-05-23T05:25:43.172Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-23T05:25:50.422Z||main|||||INFO|500||Started Application in 63.285 seconds (JVM running for 67.115)
2022-05-23T05:25:50.461Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-23T05:25:50.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-23T05:25:50.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-23T05:25:50.543Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-23T05:25:50.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 155bf9ea-3be6-4886-afcb-c9f6870ee987 url= /sdc/v1/artifactTypes
2022-05-23T05:25:50.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-23T05:25:51.074Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-23T05:25:51.117Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-23T05:25:51.152Z||scheduling-1|||||DEBUG|500||create keys
2022-05-23T05:25:51.161Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-23T05:25:51.187Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:25:51.218Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5bf7cf4-ed15-49c3-b4eb-b9ab7bb0a313 url= /sdc/v1/registerForDistribution
2022-05-23T05:25:51.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5bf7cf4-ed15-49c3-b4eb-b9ab7bb0a313 url= /sdc/v1/registerForDistribution
2022-05-23T05:25:51.322Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-23T05:25:51.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:25:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:25:51.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:25:51.352Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-23T05:25:51.353Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:25:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:25:51.358Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:26:01.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:26:01.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:26:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:26:51.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:26:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:26:51.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:26:51.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:26:51.343Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:27:00.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:27:00.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:27:51.341Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:27:51.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:27:51.343Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:27:51.343Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:27:51.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:27:51.345Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:28:00.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:28:00.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:28:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:28:51.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:28:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:28:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:28:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:28:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:29:00.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:29:00.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:29:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:29:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:29:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:29:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:29:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:29:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:30:00.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:30:00.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:30:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:30:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:30:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:30:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:30:51.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:30:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:31:00.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:31:00.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:31:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:31:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:31:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:31:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:31:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:31:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:32:00.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:32:00.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:32:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:32:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:32:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:32:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:32:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:32:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:33:00.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:33:00.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:33:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:33:51.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:33:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:33:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:33:51.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:33:51.341Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:34:00.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:34:00.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:34:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:34:51.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:34:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:34:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:34:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:34:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:35:00.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:35:00.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:35:13.025Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-23T05:35:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:35:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:35:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:35:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:35:51.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:35:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:36:00.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:36:00.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:36:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:36:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:36:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:36:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:36:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:36:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:37:00.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:37:00.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:37:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:37:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:37:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:37:51.339Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:37:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:37:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:38:00.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:38:00.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:38:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:38:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:38:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:38:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:38:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:38:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:39:00.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:39:00.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:39:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:39:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:39:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:39:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:39:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:39:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:40:00.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:40:00.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:40:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:40:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:40:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:40:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:40:51.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:40:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:41:00.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:41:00.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:41:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:41:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:41:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:41:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:41:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:41:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:42:00.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:42:00.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:42:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:42:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:42:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:42:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:42:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:42:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:43:00.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:43:00.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:43:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:43:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:43:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:43:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:43:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:43:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:44:00.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:44:00.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:44:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:44:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:44:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:44:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:44:51.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:44:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:45:00.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:45:00.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:45:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:45:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:45:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:45:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:45:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:45:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:46:00.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:46:00.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:46:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:46:51.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:46:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:46:51.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:46:51.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:46:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:47:00.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:47:00.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:47:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:47:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:47:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:47:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:47:51.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:47:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:48:00.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:48:00.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:48:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:48:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:48:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:48:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:48:51.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:48:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:49:00.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:49:00.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:49:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:49:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:49:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:49:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:49:51.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:49:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:50:00.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:50:00.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:50:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:50:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:50:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:50:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:50:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:50:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:51:00.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:51:00.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:51:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:51:51.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:51:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:51:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:51:51.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:51:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:52:00.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:52:00.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:52:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:52:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:52:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:52:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:52:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:52:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:53:00.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:53:00.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:53:51.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:53:51.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:53:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:53:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:53:51.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:53:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:54:00.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:54:00.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:54:25.453Z||http-nio-8085-exec-1|||||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-05-23T05:54:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:54:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:54:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:54:51.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:54:51.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:54:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:55:00.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:55:00.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:55:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:55:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:55:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:55:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:55:51.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:55:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:56:00.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:56:00.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:56:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:56:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:56:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:56:51.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:56:51.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:56:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:57:00.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:57:00.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:57:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:57:51.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:57:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:57:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:57:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:57:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:58:00.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:58:00.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:58:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:58:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:58:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:58:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:58:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:58:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:59:00.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:59:00.956Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T05:59:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:59:51.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:59:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:59:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:59:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:59:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:00:00.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:00:00.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:00:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:00:51.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:00:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:00:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:00:51.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:00:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:00.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:00.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:01:51.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:01:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:01:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:01:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:51.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:51.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-23T06:01:51.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"77a8b2a3-ad96-4c56-b424-322c531fc020","serviceName":"basic_onboard_DCtALo","serviceVersion":"1.0","serviceUUID":"fd1b88af-be19-4bb4-8162-8b17a6d25b12","serviceDescription":"service","serviceInvariantUUID":"522a94e3-1065-4527-8f65-ac60deac6732","resources":[{"resourceInstanceName":"basic_onboard_DCtALo 0","resourceName":"basic_onboard_DCtALo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17a3c741-af66-42d2-a927-70a38e145537","resourceInvariantUUID":"e00b34b0-8262-49b1-b99a-e441cb6894cb","resourceCustomizationUUID":"6ee1de50-eaf8-4344-8d42-fcb3559eb9e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml","artifactChecksum":"YzE2YzYzMzMxODUzY2JjNGJkM2FjMjc5NmM1ZTU3NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75c176c5-aeea-407e-93ff-e9b259303647","artifactVersion":"1"},{"artifactName":"basic_onboard_dctalo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json","artifactChecksum":"NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52ea0f5d-a08d-4a37-8666-3083d4317519","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23697226-d8e8-4cf6-90a5-5179bb0c8a8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c21e00df-1869-45fe-9ef2-82baa5a99061","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7610e38e-2187-4563-bd72-99e357e84159","artifactVersion":"2","generatedFromUUID":"23697226-d8e8-4cf6-90a5-5179bb0c8a8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDctalo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml","artifactChecksum":"OGQ3YmUxZjhlMzg0MzliNDhmZmZhOGZkZDg4MWI4YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61f8ae2d-cdb8-4d1c-b62d-799e238adfb2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDctalo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar","artifactChecksum":"ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab14803c-173c-4fb3-8224-28d0d91d5eba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:01:51.980Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:51.987Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:51.995Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:52.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:52.018Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285666210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285660244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285675423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285675687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285675437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285674298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "cds",
  "timestamp": 1653285676458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.117Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-23T06:01:52.122Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:52.123Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:52.145Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:52.146Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 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-05-23T06:01:52.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.287Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285675308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285676624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "policy-id",
  "timestamp": 1653285676313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.333Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.333Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285677731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285678796,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.351Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285679801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285680314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285681320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.371Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.371Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285676310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285678080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285685932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285691400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "clamp",
  "timestamp": 1653285692404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285701383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "aai-ml",
  "timestamp": 1653285702389,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.401Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.401Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:53.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:53.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:53.030Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:53.030Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:01:53.130Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:53.131Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:53.132Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:53.145Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:53.146Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:54.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:54.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:54.034Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:54.034Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:01:54.135Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:01:54.136Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:54.136Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:54.151Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:54.152Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:55.039Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:55.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:55.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:55.063Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:55.161Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-23T06:01:55.162Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:55.163Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:55.177Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:55.178Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:56.063Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:56.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:56.066Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:56.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-23T06:01:56.167Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:01:56.168Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:56.168Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:56.182Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:56.183Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:57.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:57.068Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:57.070Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:57.070Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:01:57.171Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:01:57.172Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:57.172Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:57.188Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:57.189Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:58.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:58.072Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:58.074Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:58.074Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:01:58.175Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:58.176Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:58.176Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:58.190Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:58.191Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:59.077Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "serviceName": "basic_onboard_DCtALo",
  "serviceVersion": "1.0",
  "serviceUUID": "fd1b88af-be19-4bb4-8162-8b17a6d25b12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "522a94e3-1065-4527-8f65-ac60deac6732",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DCtALo 0",
      "resourceCustomizationUUID": "6ee1de50-eaf8-4344-8d42-fcb3559eb9e8",
      "resourceName": "basic_onboard_DCtALo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17a3c741-af66-42d2-a927-70a38e145537",
      "resourceInvariantUUID": "e00b34b0-8262-49b1-b99a-e441cb6894cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dctalo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
          "artifactChecksum": "NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52ea0f5d-a08d-4a37-8666-3083d4317519",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7610e38e-2187-4563-bd72-99e357e84159",
            "generatedFromUUID": "23697226-d8e8-4cf6-90a5-5179bb0c8a8f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7610e38e-2187-4563-bd72-99e357e84159",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDctalo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
      "artifactChecksum": "ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab14803c-173c-4fb3-8224-28d0d91d5eba"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:01:59.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:01:59.079Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1b88af-be19-4bb4-8162-8b17a6d25b12 ASDC
2022-05-23T06:01:59.200Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:77a8b2a3-ad96-4c56-b424-322c531fc020
ServiceName:basic_onboard_DCtALo
ServiceVersion:1.0
ServiceUUID:fd1b88af-be19-4bb4-8162-8b17a6d25b12
ServiceInvariantUUID:522a94e3-1065-4527-8f65-ac60deac6732
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDctalo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
ArtifactUUID:ab14803c-173c-4fb3-8224-28d0d91d5eba
ArtifactChecksum:ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DCtALo 0
ResourceCustomizationUUID:6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
ResourceInvariantUUID:e00b34b0-8262-49b1-b99a-e441cb6894cb
ResourceName:basic_onboard_DCtALo
ResourceType:VF
ResourceUUID:17a3c741-af66-42d2-a927-70a38e145537
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dctalo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
ArtifactUUID:52ea0f5d-a08d-4a37-8666-3083d4317519
ArtifactChecksum:NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY=
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:23697226-d8e8-4cf6-90a5-5179bb0c8a8f
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
ArtifactUUID:7610e38e-2187-4563-bd72-99e357e84159
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
ArtifactUUID:7610e38e-2187-4563-bd72-99e357e84159
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:01:59.200Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1b88af-be19-4bb4-8162-8b17a6d25b12 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:01:59.261Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:01:59.263Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:01:59.264Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:01:59.264Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab14803c-173c-4fb3-8224-28d0d91d5eba from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.265Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:01:59.266Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.630Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:01:59.652Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ab14803c-173c-4fb3-8224-28d0d91d5eba 71578
2022-05-23T06:01:59.654Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ASDC sendASDCNotification
2022-05-23T06:01:59.654Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.655Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:01:59.656Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:59.659Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:59.659Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285719652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:01:59.759Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:59.760Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:59.760Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:59.775Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:01:59.776Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:00.660Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:02:00.662Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:02:00.662Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ab14803c-173c-4fb3-8224-28d0d91d5eba, URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar to file: /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.663Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:01.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13283936953972466754/Definitions/service-BasicOnboardDctalo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-23T06:02:03.792Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DCtALo 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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.800Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:02:03.807Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.809Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.813Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.814Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:02:03.816Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:02:03.818Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.818Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:02:03.820Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.820Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.824Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.825Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:03.825Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:03.827Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:02:03.827Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.828Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:02:03.829Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.829Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.830Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.830Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f846180-ce21-45e6-90ac-002c5f4f8c75
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DCtALo
Description:service
Model UUID:fd1b88af-be19-4bb4-8162-8b17a6d25b12
Model Version:NULL
Model InvariantUuid:522a94e3-1065-4527-8f65-ac60deac6732
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DCtALo
Model UUID:b1fe0e5e-e7a9-4cde-87cf-fff61aedd5f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e00b34b0-8262-49b1-b99a-e441cb6894cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
ModelName:BasicOnboardDctalo..base_ubuntu18..module-0
ModelUuid:eda23a53-f461-4216-81c7-321fba73a9bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f846180-ce21-45e6-90ac-002c5f4f8c75
ModelInvariantUuid:bd657b50-9092-4bc6-94c3-74648154387a
ModelName:basic_onboard_DCtALo-nodes.ubuntu18Cvfc
ModelUuid:30c95f27-f7fe-4741-be25-f3ea3a6c99f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c16f6dc4-39de-4736-9061-97948469313c
ModelInvariantUuid:450253b2-10a8-4914-85b2-8ab74caa3415
ModelName:BasicOnboardDctalo.compute.nodes.heat.ubuntu18
ModelUuid:21f5bfd4-8cad-4fff-9ccf-8ec7f6644328
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:02:03.852Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 17a3c741-af66-42d2-a927-70a38e145537
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:03.970Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||basic_onboard_DCtALo 0
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17a3c741-af66-42d2-a927-70a38e145537
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52ea0f5d-a08d-4a37-8666-3083d4317519 from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:03.978Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:04.112Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json 52ea0f5d-a08d-4a37-8666-3083d4317519 798
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json ASDC sendASDCNotification
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:04.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:04.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:04.117Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:04.117Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285724113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:02:04.217Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:04.219Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:04.219Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:04.232Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:04.233Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:05.119Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDctalo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04b6b37f-5b9a-4cce-a0df-f2c8252695bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eda23a53-f461-4216-81c7-321fba73a9bb",
    "vfModuleModelCustomizationUUID": "85280bc7-f3d5-453f-9e44-455910e75418",
    "isBase": true,
    "artifacts": [
      "23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
      "7610e38e-2187-4563-bd72-99e357e84159"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:02:05.134Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDctalo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eda23a53-f461-4216-81c7-321fba73a9bb
VfModuleModelInvariantUUID:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
23697226-d8e8-4cf6-90a5-5179bb0c8a8f
,
7610e38e-2187-4563-bd72-99e357e84159

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

isBase:true


}

2022-05-23T06:02:05.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDctalo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04b6b37f-5b9a-4cce-a0df-f2c8252695bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eda23a53-f461-4216-81c7-321fba73a9bb",
    "vfModuleModelCustomizationUUID": "85280bc7-f3d5-453f-9e44-455910e75418",
    "isBase": true,
    "artifacts": [
      "23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
      "7610e38e-2187-4563-bd72-99e357e84159"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDctalo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eda23a53-f461-4216-81c7-321fba73a9bb
VfModuleModelInvariantUUID:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
23697226-d8e8-4cf6-90a5-5179bb0c8a8f
,
7610e38e-2187-4563-bd72-99e357e84159

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

isBase:true


}

2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23697226-d8e8-4cf6-90a5-5179bb0c8a8f from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.713Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:05.713Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml 23697226-d8e8-4cf6-90a5-5179bb0c8a8f 5033
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:05.715Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:05.717Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:05.718Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285725714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:02:05.817Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:02:05.819Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:05.819Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:05.831Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:05.832Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:06.719Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7610e38e-2187-4563-bd72-99e357e84159 from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:06.719Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:06.720Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:07.054Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:07.055Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env 7610e38e-2187-4563-bd72-99e357e84159 909
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:07.060Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:07.060Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285727055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:02:07.160Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:07.161Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:07.164Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:07.179Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:07.179Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:08.061Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fd1b88af-be19-4bb4-8162-8b17a6d25b12
2022-05-23T06:02:08.062Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DCtALo 0 17a3c741-af66-42d2-a927-70a38e145537 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:08.110Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c7c090b, org.onap.sdc.toscaparser.api.parameters.Input@46aeb9c3, org.onap.sdc.toscaparser.api.parameters.Input@53c73d33, org.onap.sdc.toscaparser.api.parameters.Input@2d28e491, org.onap.sdc.toscaparser.api.parameters.Input@1b0946e]
2022-05-23T06:02:08.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8 matches Tosca VF Customization UUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:02:08.124Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.125Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.127Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58c3dceb
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:02:08.129Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85280bc7-f3d5-453f-9e44-455910e75418
2022-05-23T06:02:08.131Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85280bc7-f3d5-453f-9e44-455910e75418
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:02:08.140Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.141Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.141Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f846180-ce21-45e6-90ac-002c5f4f8c75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:02:08.157Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.159Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.159Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:08.162Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.162Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.164Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fd1b88af-be19-4bb4-8162-8b17a6d25b12: basic_onboard_DCtALo
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.166Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.166Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DCtALo 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:02:08.413Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DCtALo 17a3c741-af66-42d2-a927-70a38e145537 1 ASDC deployResourceStructure
2022-05-23T06:02:08.413Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json ASDC sendASDCNotification
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:08.416Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:08.417Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285728413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:02:08.517Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:08.518Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:08.519Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:08.532Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:08.533Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:09.420Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:09.421Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285729418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:02:09.521Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:09.522Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:09.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:09.540Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:09.540Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:10.423Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:10.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:10.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285730422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:02:10.526Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:10.527Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:10.527Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:10.544Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:10.545Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:02:11.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ASDC sendASDCNotification
2022-05-23T06:02:11.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:11.428Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:11.429Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:11.430Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:11.431Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285731427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:02:11.531Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:11.532Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:11.532Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:11.544Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:11.544Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:12.431Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:02:12.451Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:02:12.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:02:12.463Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:02:42.464Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:02:42.508Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77a8b2a3-ad96-4c56-b424-322c531fc020 and serviceModelVersionId: fd1b88af-be19-4bb4-8162-8b17a6d25b12
2022-05-23T06:02:42.509Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 522a94e3-1065-4527-8f65-ac60deac6732
2022-05-23T06:02:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:02:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:02:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:51.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:02:51.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:02:51.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:02:51.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:02:59.331Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0
2022-05-23T06:02:59.487Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:03:00.179Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:03:00.187Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|INFO|500||Invoke
2022-05-23T06:03:00.311Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:03:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|INFO|500||InvokeReturn
2022-05-23T06:03:00.763Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220523-06:02:59:091-7327], vertex-id=[172168], Content-Length=[0], Date=[Mon, 23 May 2022 06:02:59 GMT], Content-Type=[application/json]}
2022-05-23T06:03:00.764Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:03:00.769Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:03:00.769Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:03:00.777Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:03:00.778Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77a8b2a3-ad96-4c56-b424-322c531fc020 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:03:00.779Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:03:00.780Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:00.782Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:00.782Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285780778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:03:00.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:00.883Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:00.883Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:00.915Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:00.917Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:03:01.795Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:03:01.796Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:03:01.796Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:02.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:02.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-23T06:03:02.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9bf75ce-977b-4475-b30f-acb9367f71d5","serviceName":"vFW 2022-05-23 06-01-21","serviceVersion":"1.0","serviceUUID":"50cc12f8-fa4c-4343-9a91-eaf5297724d2","serviceDescription":"catalog service description","serviceInvariantUUID":"20c1f23a-33ac-457a-b884-c3219e7516ad","resources":[{"resourceInstanceName":"vFW 343bc563-d20e 0","resourceName":"vFW 343bc563-d20e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ead1d306-b3b2-4697-b9d3-25c8acc7bcf9","resourceInvariantUUID":"9c7c7909-160c-488b-800c-39615fccb825","resourceCustomizationUUID":"7a631af9-8d35-49a1-b243-cddbb50f3bb7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml","artifactChecksum":"NWUwMGQ1ODU4ZTViOTNjMTI0ODhlZGE1MDQ3YjcxZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e9cb8c-a6aa-4011-a37c-5a11dac176b5","artifactVersion":"1"},{"artifactName":"vfw343bc563d20e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json","artifactChecksum":"MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b1f4719-102c-4b51-9e3a-7f3dcce59e4f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f36d3a6-8417-43f8-8592-36df4c5f4614","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDQzODAyOWRlMDRkMjM4M2ZlNTkyZDM5MzYyMjUwMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c2b9708-28c4-40e1-98ff-f41bba786cf1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8caf522f-8f5b-4545-957a-6e9ac93d4f2c","artifactVersion":"2","generatedFromUUID":"2f36d3a6-8417-43f8-8592-36df4c5f4614"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220523060121-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml","artifactChecksum":"NTMwMjE2OGQ2NjQxMmFiMTdkMjVhZjE3OTM4YmU1MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30705d7d-9136-4172-9a16-bb8659d49834","artifactVersion":"1"},{"artifactName":"service-Vfw20220523060121-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar","artifactChecksum":"OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b498bb3d-33f4-48a4-873f-07fd13bcc99d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:03:02.432Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:02.433Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:02.436Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:02.437Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:03:02.537Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:02.538Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:02.538Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:02.556Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:02.557Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:03.438Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:03.439Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:03.443Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:03.443Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:03:03.542Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-23T06:03:03.544Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:03.545Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:03.558Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:03.559Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:04.444Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:04.445Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:04.447Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:04.447Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:03:04.548Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:04.549Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:04.549Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:04.561Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:04.562Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:05.448Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:05.450Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:05.453Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:05.453Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:03:05.554Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:05.555Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:05.555Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:05.568Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:05.569Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:06.455Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:06.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:06.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:06.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:03:06.558Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:06.560Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:06.560Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:06.572Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:06.573Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:07.459Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:07.460Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:07.462Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:07.462Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:03:07.562Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:07.564Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:07.564Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:07.579Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:07.579Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:08.463Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:08.464Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:08.466Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:08.466Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:03:08.566Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:08.567Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:08.568Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:08.580Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:08.581Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:09.469Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "serviceName": "vFW 2022-05-23 06-01-21",
  "serviceVersion": "1.0",
  "serviceUUID": "50cc12f8-fa4c-4343-9a91-eaf5297724d2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20c1f23a-33ac-457a-b884-c3219e7516ad",
  "resources": [
    {
      "resourceInstanceName": "vFW 343bc563-d20e 0",
      "resourceCustomizationUUID": "7a631af9-8d35-49a1-b243-cddbb50f3bb7",
      "resourceName": "vFW 343bc563-d20e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ead1d306-b3b2-4697-b9d3-25c8acc7bcf9",
      "resourceInvariantUUID": "9c7c7909-160c-488b-800c-39615fccb825",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw343bc563d20e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
          "artifactChecksum": "MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b1f4719-102c-4b51-9e3a-7f3dcce59e4f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f36d3a6-8417-43f8-8592-36df4c5f4614",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8caf522f-8f5b-4545-957a-6e9ac93d4f2c",
            "generatedFromUUID": "2f36d3a6-8417-43f8-8592-36df4c5f4614"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8caf522f-8f5b-4545-957a-6e9ac93d4f2c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220523060121-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
      "artifactChecksum": "OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b498bb3d-33f4-48a4-873f-07fd13bcc99d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:03:09.469Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:03:09.470Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50cc12f8-fa4c-4343-9a91-eaf5297724d2 ASDC
2022-05-23T06:03:09.471Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c9bf75ce-977b-4475-b30f-acb9367f71d5
ServiceName:vFW 2022-05-23 06-01-21
ServiceVersion:1.0
ServiceUUID:50cc12f8-fa4c-4343-9a91-eaf5297724d2
ServiceInvariantUUID:20c1f23a-33ac-457a-b884-c3219e7516ad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220523060121-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
ArtifactUUID:b498bb3d-33f4-48a4-873f-07fd13bcc99d
ArtifactChecksum:OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 343bc563-d20e 0
ResourceCustomizationUUID:7a631af9-8d35-49a1-b243-cddbb50f3bb7
ResourceInvariantUUID:9c7c7909-160c-488b-800c-39615fccb825
ResourceName:vFW 343bc563-d20e
ResourceType:VF
ResourceUUID:ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw343bc563d20e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
ArtifactUUID:2b1f4719-102c-4b51-9e3a-7f3dcce59e4f
ArtifactChecksum:MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI=
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
ArtifactUUID:2f36d3a6-8417-43f8-8592-36df4c5f4614
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
ArtifactUUID:8caf522f-8f5b-4545-957a-6e9ac93d4f2c
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
ArtifactUUID:8caf522f-8f5b-4545-957a-6e9ac93d4f2c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:03:09.472Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50cc12f8-fa4c-4343-9a91-eaf5297724d2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:03:09.515Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:03:09.516Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:09.517Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:09.517Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b498bb3d-33f4-48a4-873f-07fd13bcc99d from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.518Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:09.518Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.867Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar b498bb3d-33f4-48a4-873f-07fd13bcc99d 99043
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar ASDC sendASDCNotification
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:09.877Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:09.879Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:09.879Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285789876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:09.979Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:09.980Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:09.980Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:09.998Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:09.999Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:10.880Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:03:10.881Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:10.882Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b498bb3d-33f4-48a4-873f-07fd13bcc99d, URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar to file: /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.882Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:11.142Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5551459800033199944/Definitions/service-Vfw20220523060121-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-23T06:03:14.193Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 343bc563-d20e 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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f363038c-b53a-462d-9a65-5d2d5f11a65c
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c142f112-7d1f-4d70-a00b-bb279383b6f5
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-23 06-01-21
Description:catalog service description
Model UUID:50cc12f8-fa4c-4343-9a91-eaf5297724d2
Model Version:NULL
Model InvariantUuid:20c1f23a-33ac-457a-b884-c3219e7516ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 343bc563-d20e
Model UUID:8d565ef6-bf82-46b5-85ac-298a3fc7d6d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c7c7909-160c-488b-800c-39615fccb825
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a631af9-8d35-49a1-b243-cddbb50f3bb7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0cd00f37-049e-4875-b777-f82288c57918
ModelName:Vfw343bc563D20e..base_vfw..module-0
ModelUuid:930b5acb-a3af-4c01-9f2b-3daaa2398058
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f363038c-b53a-462d-9a65-5d2d5f11a65c
ModelInvariantUuid:c915f770-e763-454b-b058-c8f71cb9b91e
ModelName:vFW 343bc563-d20e-nodes.vfwCvfc
ModelUuid:d12d1035-e5e9-477b-8340-072cee7e7f06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7f669216-7c01-4565-93fa-d560533686a6
ModelInvariantUuid:b0aedffc-4937-4dd3-a455-3a1af514e362
ModelName:Vfw343bc563D20e.compute.nodes.heat.vfw
ModelUuid:3600a52e-b860-47e0-9930-da67f1f632b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c142f112-7d1f-4d70-a00b-bb279383b6f5
ModelInvariantUuid:8cde05d9-694a-4453-9c2a-c30f9b18e1c3
ModelName:vFW 343bc563-d20e-nodes.vsnCvfc
ModelUuid:55abf01c-1a33-43a7-80b0-9e840086f0e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:350c2f41-bd23-4ef6-8afc-1b0324a4f898
ModelInvariantUuid:dbcab497-0126-410c-9e34-070917d62d48
ModelName:Vfw343bc563D20e.compute.nodes.heat.vsn
ModelUuid:726ce87f-e1b1-45c8-92b0-5aec2cf7da9c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
ModelInvariantUuid:87638a21-67cf-4917-83ea-c72c883d8e3d
ModelName:vFW 343bc563-d20e-nodes.vpgCvfc
ModelUuid:c778d20a-c1fd-4b64-9063-84df975aa5df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2539f66-588b-4ac4-97a3-d65287d227d9
ModelInvariantUuid:86767b9f-df02-4efa-9a96-2b2cbd5b80f6
ModelName:Vfw343bc563D20e.compute.nodes.heat.vpg
ModelUuid:375b7dd3-d21c-4a15-b730-d4f5a6be717d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:03:14.220Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:14.224Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||vFW 343bc563-d20e 0
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b1f4719-102c-4b51-9e3a-7f3dcce59e4f from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:14.226Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.485Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:14.486Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json 2b1f4719-102c-4b51-9e3a-7f3dcce59e4f 785
2022-05-23T06:03:14.486Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json ASDC sendASDCNotification
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:14.489Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:14.490Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285794486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:14.590Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:14.591Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:14.591Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:14.606Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:14.608Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:15.490Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw343bc563D20e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0cd00f37-049e-4875-b777-f82288c57918",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "930b5acb-a3af-4c01-9f2b-3daaa2398058",
    "vfModuleModelCustomizationUUID": "f055205e-8915-44b9-a4c4-4f2d26fab524",
    "isBase": true,
    "artifacts": [
      "2f36d3a6-8417-43f8-8592-36df4c5f4614",
      "8caf522f-8f5b-4545-957a-6e9ac93d4f2c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:03:15.495Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw343bc563D20e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:930b5acb-a3af-4c01-9f2b-3daaa2398058
VfModuleModelInvariantUUID:0cd00f37-049e-4875-b777-f82288c57918
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f36d3a6-8417-43f8-8592-36df4c5f4614
,
8caf522f-8f5b-4545-957a-6e9ac93d4f2c

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

isBase:true


}

2022-05-23T06:03:15.498Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw343bc563D20e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0cd00f37-049e-4875-b777-f82288c57918",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "930b5acb-a3af-4c01-9f2b-3daaa2398058",
    "vfModuleModelCustomizationUUID": "f055205e-8915-44b9-a4c4-4f2d26fab524",
    "isBase": true,
    "artifacts": [
      "2f36d3a6-8417-43f8-8592-36df4c5f4614",
      "8caf522f-8f5b-4545-957a-6e9ac93d4f2c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:03:15.498Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw343bc563D20e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:930b5acb-a3af-4c01-9f2b-3daaa2398058
VfModuleModelInvariantUUID:0cd00f37-049e-4875-b777-f82288c57918
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f36d3a6-8417-43f8-8592-36df4c5f4614
,
8caf522f-8f5b-4545-957a-6e9ac93d4f2c

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

isBase:true


}

2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f36d3a6-8417-43f8-8592-36df4c5f4614 from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.689Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml 2f36d3a6-8417-43f8-8592-36df4c5f4614 20368
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:15.691Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:15.693Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:15.693Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285795690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:15.793Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:15.794Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:15.794Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:15.805Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:15.806Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8caf522f-8f5b-4545-957a-6e9ac93d4f2c from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.894Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env 8caf522f-8f5b-4545-957a-6e9ac93d4f2c 2098
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.896Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:16.896Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:16.898Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:16.899Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285796895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:16.999Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:17.000Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:17.000Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:17.012Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:17.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:17.899Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 50cc12f8-fa4c-4343-9a91-eaf5297724d2
2022-05-23T06:03:17.900Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 343bc563-d20e 0 ead1d306-b3b2-4697-b9d3-25c8acc7bcf9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:17.921Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327ca3c8, org.onap.sdc.toscaparser.api.parameters.Input@4e64880b, org.onap.sdc.toscaparser.api.parameters.Input@1850b2bf, org.onap.sdc.toscaparser.api.parameters.Input@78e35de9, org.onap.sdc.toscaparser.api.parameters.Input@2f56c3de]
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7a631af9-8d35-49a1-b243-cddbb50f3bb7
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7 matches Tosca VF Customization UUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:03:17.927Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.927Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7a631af9-8d35-49a1-b243-cddbb50f3bb7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a2eb74d
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:03:17.930Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f055205e-8915-44b9-a4c4-4f2d26fab524
2022-05-23T06:03:17.930Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f055205e-8915-44b9-a4c4-4f2d26fab524
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:03:17.933Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:17.939Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.939Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f363038c-b53a-462d-9a65-5d2d5f11a65c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.942Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.942Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c142f112-7d1f-4d70-a00b-bb279383b6f5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.947Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.948Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.948Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.956Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.958Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=7a631af9-8d35-49a1-b243-cddbb50f3bb7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 50cc12f8-fa4c-4343-9a91-eaf5297724d2: vFW 343bc563-d20e
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-23 06-01-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 343bc563-d20e ead1d306-b3b2-4697-b9d3-25c8acc7bcf9 1 ASDC deployResourceStructure
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json ASDC sendASDCNotification
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:18.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:18.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:18.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285798202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:18.307Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:18.308Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:18.308Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:18.321Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:18.322Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:19.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:19.211Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:19.211Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285799208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:19.311Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:19.313Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:19.313Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:19.330Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:19.330Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:20.214Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:20.216Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:20.217Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285800213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:20.317Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:20.318Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:20.318Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:20.336Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:20.338Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar ASDC sendASDCNotification
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:21.220Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:21.222Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:21.222Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285801218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:21.322Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:21.323Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:21.324Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:21.336Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:21.337Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:22.223Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:22.234Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:22.237Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:03:22.238Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:03:22.238Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:03:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:03:51.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:03:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:51.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:03:51.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285719652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285724113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285725714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285727055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285728413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285729418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285730422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285731427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:52.239Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:52.253Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:52.255Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:03:52.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:03:52.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:22.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:22.271Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:04:51.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:04:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:04:51.873Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:04:51.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285780778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285768080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653285771910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285771209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285785573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285785458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "cds",
  "timestamp": 1653285786579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285780243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285788351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285781795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285789876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285791937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653285792942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285785627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285787109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285794486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285793500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285794929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285794503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285795690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285796222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "policy-id",
  "timestamp": 1653285795506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285796895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285797431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285798111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285798202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285798456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.984Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:04:51.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "aai-ml",
  "timestamp": 1653285799115,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.999Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:52.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285799208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653285799461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285800213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:52.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285801218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:52.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285796310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285811836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285813405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "clamp",
  "timestamp": 1653285814416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.026Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:52.027Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:52.275Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.285Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:04:52.291Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:04:52.296Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:05:22.297Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:05:22.304Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9bf75ce-977b-4475-b30f-acb9367f71d5 and serviceModelVersionId: 50cc12f8-fa4c-4343-9a91-eaf5297724d2
2022-05-23T06:05:22.304Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20c1f23a-33ac-457a-b884-c3219e7516ad
2022-05-23T06:05:22.306Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0
2022-05-23T06:05:22.311Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:05:22.380Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|INFO|500||Invoke
2022-05-23T06:05:22.380Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa51c43a-23bb-4ae7-beed-c72e10d0c589], X-ECOMP-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], X-TransactionId=[], X-ONAP-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], Content-Type=[application/merge-patch+json]}
2022-05-23T06:05:22.412Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:05:22.745Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?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/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220523-06:05:21:189-74539], vertex-id=[385048], Content-Length=[0], Date=[Mon, 23 May 2022 06:05:21 GMT], Content-Type=[application/json]}
2022-05-23T06:05:22.746Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:05:22.747Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|INFO|500||InvokeReturn
2022-05-23T06:05:22.747Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:05:22.755Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:05:22.763Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:05:22.764Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9bf75ce-977b-4475-b30f-acb9367f71d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:05:22.764Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:05:22.765Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:05:22.767Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:05:22.767Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285922764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:05:22.867Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:05:22.868Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:05:22.868Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:22.887Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:05:22.888Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:05:23.781Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:23.782Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:23.783Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:34.054Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:05:34.055Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:34.056Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:34.056Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:43.662Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:05:51.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:51.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-05-23T06:05:51.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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:51.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:51.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:05:51.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:05:51.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653285922764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:05:51.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:06:00.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:51.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:06:51.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:06:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:06:51.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:06:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:51.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:51.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:06:51.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:51.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3158b8fa-4286-41b6-b378-08893d29ec14","serviceName":"vFW 2022-05-23 06-04-59","serviceVersion":"1.0","serviceUUID":"56d097b5-2a94-46dc-956c-d6f50b6f7ba8","serviceDescription":"catalog service description","serviceInvariantUUID":"88541d00-1895-4c09-b1d4-81fcd8233b31","resources":[{"resourceInstanceName":"vFW 143a45db-f16a 0","resourceName":"vFW 143a45db-f16a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb","resourceInvariantUUID":"525e2be4-780e-4f2f-b0bb-c9934b481d45","resourceCustomizationUUID":"e44aae88-aa12-490b-a5fb-dc0f1256d137","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVhY2I2MjVlMGJiNmIyNDg3NGMyZWQxMTcxNDI3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e66dbc9d-9b20-432c-bf81-ef4040cd6b34","artifactVersion":"1"},{"artifactName":"vfw143a45dbf16a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json","artifactChecksum":"ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38317e24-2e58-41d9-a373-0eb39dead0cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYwYjE2M2ViMGRhNWNhNTBmODEyMGNlMWU1YWZlNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"831bf12c-6af8-4d1c-b711-a060dbf9ff11","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47ec1e9-6129-429d-9233-e28b187e8b00","artifactVersion":"2","generatedFromUUID":"38317e24-2e58-41d9-a373-0eb39dead0cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220523060459-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml","artifactChecksum":"MGRhM2RlZjdmZjdmNzA5YjlmOTM0YzlkMmE0OTYyYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa4cb32-42c7-45d1-9bc5-9326fa1b84c7","artifactVersion":"1"},{"artifactName":"service-Vfw20220523060459-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar","artifactChecksum":"MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1565542-3179-4b97-901a-225a09e65a7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:06:51.969Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:51.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:51.973Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:51.973Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:52.073Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:52.074Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:52.074Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:52.086Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:52.087Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:52.980Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:52.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:52.985Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:52.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:06:53.085Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:53.087Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:53.087Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:53.099Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:53.099Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:53.985Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:53.987Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:53.989Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:53.989Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:06:54.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:54.090Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:54.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:54.103Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:54.103Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:54.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:54.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:54.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:54.992Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:55.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:55.094Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:55.094Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:55.105Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:55.107Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:55.993Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:55.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:55.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:55.997Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:06:56.097Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:56.098Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:56.098Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:56.118Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:56.119Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:56.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:56.999Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:57.002Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:57.002Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:06:57.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:57.104Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:57.104Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:57.117Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:57.118Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:58.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:58.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:58.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:58.006Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:06:58.106Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:58.108Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:58.108Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:58.122Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:58.123Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "serviceName": "vFW 2022-05-23 06-04-59",
  "serviceVersion": "1.0",
  "serviceUUID": "56d097b5-2a94-46dc-956c-d6f50b6f7ba8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "88541d00-1895-4c09-b1d4-81fcd8233b31",
  "resources": [
    {
      "resourceInstanceName": "vFW 143a45db-f16a 0",
      "resourceCustomizationUUID": "e44aae88-aa12-490b-a5fb-dc0f1256d137",
      "resourceName": "vFW 143a45db-f16a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb",
      "resourceInvariantUUID": "525e2be4-780e-4f2f-b0bb-c9934b481d45",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw143a45dbf16a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
          "artifactChecksum": "ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "38317e24-2e58-41d9-a373-0eb39dead0cc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d47ec1e9-6129-429d-9233-e28b187e8b00",
            "generatedFromUUID": "38317e24-2e58-41d9-a373-0eb39dead0cc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d47ec1e9-6129-429d-9233-e28b187e8b00",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220523060459-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
      "artifactChecksum": "MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1565542-3179-4b97-901a-225a09e65a7d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56d097b5-2a94-46dc-956c-d6f50b6f7ba8 ASDC
2022-05-23T06:06:59.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3158b8fa-4286-41b6-b378-08893d29ec14
ServiceName:vFW 2022-05-23 06-04-59
ServiceVersion:1.0
ServiceUUID:56d097b5-2a94-46dc-956c-d6f50b6f7ba8
ServiceInvariantUUID:88541d00-1895-4c09-b1d4-81fcd8233b31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220523060459-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
ArtifactUUID:d1565542-3179-4b97-901a-225a09e65a7d
ArtifactChecksum:MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 143a45db-f16a 0
ResourceCustomizationUUID:e44aae88-aa12-490b-a5fb-dc0f1256d137
ResourceInvariantUUID:525e2be4-780e-4f2f-b0bb-c9934b481d45
ResourceName:vFW 143a45db-f16a
ResourceType:VF
ResourceUUID:51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw143a45dbf16a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
ArtifactUUID:5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27
ArtifactChecksum:ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE=
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
ArtifactUUID:38317e24-2e58-41d9-a373-0eb39dead0cc
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
ArtifactUUID:d47ec1e9-6129-429d-9233-e28b187e8b00
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
ArtifactUUID:d47ec1e9-6129-429d-9233-e28b187e8b00
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:06:59.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56d097b5-2a94-46dc-956c-d6f50b6f7ba8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:06:59.063Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d1565542-3179-4b97-901a-225a09e65a7d from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:06:59.067Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.325Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:06:59.331Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar d1565542-3179-4b97-901a-225a09e65a7d 99008
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar ASDC sendASDCNotification
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:06:59.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:59.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:59.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286019332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:06:59.436Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:06:59.437Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:59.437Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:59.458Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:06:59.459Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:00.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:07:00.337Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:07:00.338Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d1565542-3179-4b97-901a-225a09e65a7d, URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar to file: /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.338Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.661Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10723278404998576620/Definitions/service-Vfw20220523060459-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-23T06:07:03.134Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:07:03.135Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 143a45db-f16a 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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79b1b122-b50c-4831-87cd-2ec791fb7fe9
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0142cea5-d7e4-47dc-8cc6-2cfa3479e1f2
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=780a83c3-4550-4101-a08d-22e1c804901e
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.159Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-23 06-04-59
Description:catalog service description
Model UUID:56d097b5-2a94-46dc-956c-d6f50b6f7ba8
Model Version:NULL
Model InvariantUuid:88541d00-1895-4c09-b1d4-81fcd8233b31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 143a45db-f16a
Model UUID:da995d88-8436-4e5d-921a-1bcf112987ed
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:525e2be4-780e-4f2f-b0bb-c9934b481d45
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e44aae88-aa12-490b-a5fb-dc0f1256d137
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2ef48aa1-b018-4666-a1a9-d44c422748b0
ModelName:Vfw143a45dbF16a..base_vfw..module-0
ModelUuid:acf48300-79c3-46e5-b0de-1f4617456f0a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:79b1b122-b50c-4831-87cd-2ec791fb7fe9
ModelInvariantUuid:258ade60-0815-45f2-9bb1-d0130d59dee1
ModelName:vFW 143a45db-f16a-nodes.vfwCvfc
ModelUuid:eb456e70-a936-4cd5-ab32-bfb1da00b668
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:25790a51-ba08-4b25-ab6a-8437f31f8e20
ModelInvariantUuid:4a7983d4-6176-40b1-8934-81c349bbb859
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vfw
ModelUuid:4a0e2bab-3392-4ace-a89c-c1a09ecebc5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0142cea5-d7e4-47dc-8cc6-2cfa3479e1f2
ModelInvariantUuid:f423b56d-3b27-4e46-8717-bbdfe147fe28
ModelName:vFW 143a45db-f16a-nodes.vsnCvfc
ModelUuid:c5b5bd50-86a8-4f4d-ab9f-00a29761eaa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:43595ae5-76ab-4139-af9d-a7a909084c3c
ModelInvariantUuid:89cf9313-f16f-4015-b446-e9ede8dfe78a
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vsn
ModelUuid:344ac9ba-aac7-44ca-ab04-53f3c1962efd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:780a83c3-4550-4101-a08d-22e1c804901e
ModelInvariantUuid:b1f3a59a-8336-4ef6-a98b-361cd3558bd4
ModelName:vFW 143a45db-f16a-nodes.vpgCvfc
ModelUuid:03026aec-73e6-47e7-ac59-84afe089beb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1a883500-defc-4653-b9c8-a5e36f12002a
ModelInvariantUuid:386cc2fc-7e7c-4162-ab26-10fb43f9cf5c
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vpg
ModelUuid:1111468e-ff90-46b7-a402-9bbe4f71ab6d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:07:03.167Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:07:03.172Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||vFW 143a45db-f16a 0
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27 from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:03.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json 5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27 785
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json ASDC sendASDCNotification
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:03.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:03.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286023333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:07:03.436Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:03.437Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:03.437Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:03.450Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:03.451Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:04.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw143a45dbF16a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2ef48aa1-b018-4666-a1a9-d44c422748b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "acf48300-79c3-46e5-b0de-1f4617456f0a",
    "vfModuleModelCustomizationUUID": "5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc",
    "isBase": true,
    "artifacts": [
      "38317e24-2e58-41d9-a373-0eb39dead0cc",
      "d47ec1e9-6129-429d-9233-e28b187e8b00"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:07:04.341Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw143a45dbF16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acf48300-79c3-46e5-b0de-1f4617456f0a
VfModuleModelInvariantUUID:2ef48aa1-b018-4666-a1a9-d44c422748b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
38317e24-2e58-41d9-a373-0eb39dead0cc
,
d47ec1e9-6129-429d-9233-e28b187e8b00

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

isBase:true


}

2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw143a45dbF16a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2ef48aa1-b018-4666-a1a9-d44c422748b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "acf48300-79c3-46e5-b0de-1f4617456f0a",
    "vfModuleModelCustomizationUUID": "5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc",
    "isBase": true,
    "artifacts": [
      "38317e24-2e58-41d9-a373-0eb39dead0cc",
      "d47ec1e9-6129-429d-9233-e28b187e8b00"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw143a45dbF16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acf48300-79c3-46e5-b0de-1f4617456f0a
VfModuleModelInvariantUUID:2ef48aa1-b018-4666-a1a9-d44c422748b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
38317e24-2e58-41d9-a373-0eb39dead0cc
,
d47ec1e9-6129-429d-9233-e28b187e8b00

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

isBase:true


}

2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38317e24-2e58-41d9-a373-0eb39dead0cc from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:04.530Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml 38317e24-2e58-41d9-a373-0eb39dead0cc 20368
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:04.533Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:04.533Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286024531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:07:04.634Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:04.635Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:04.635Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:04.655Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:04.655Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d47ec1e9-6129-429d-9233-e28b187e8b00 from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.667Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env d47ec1e9-6129-429d-9233-e28b187e8b00 2098
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:05.669Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:05.671Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:05.671Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286025668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:07:05.771Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:05.772Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:05.772Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:05.786Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:05.786Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:06.672Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 56d097b5-2a94-46dc-956c-d6f50b6f7ba8
2022-05-23T06:07:06.673Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 143a45db-f16a 0 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:07:06.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64212172, org.onap.sdc.toscaparser.api.parameters.Input@21be357e, org.onap.sdc.toscaparser.api.parameters.Input@4512b12f, org.onap.sdc.toscaparser.api.parameters.Input@25395e19, org.onap.sdc.toscaparser.api.parameters.Input@48fed17d]
2022-05-23T06:07:06.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e44aae88-aa12-490b-a5fb-dc0f1256d137
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e44aae88-aa12-490b-a5fb-dc0f1256d137 matches Tosca VF Customization UUID: e44aae88-aa12-490b-a5fb-dc0f1256d137
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e44aae88-aa12-490b-a5fb-dc0f1256d137  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:07:06.699Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.700Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e44aae88-aa12-490b-a5fb-dc0f1256d137: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27d61fb9
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:07:06.706Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:06.711Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.711Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79b1b122-b50c-4831-87cd-2ec791fb7fe9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:07:06.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.715Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.715Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.715Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:06.716Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:06.716Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:06.716Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:06.716Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.716Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.717Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.717Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:06.717Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:07:06.717Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:06.718Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.718Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:06.718Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.718Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0142cea5-d7e4-47dc-8cc6-2cfa3479e1f2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:07:06.721Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.722Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.722Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.723Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.723Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:06.723Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:06.723Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:06.724Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:06.724Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.724Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.724Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.724Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:06.725Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:06.725Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:06.725Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.725Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.726Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:07:06.726Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=780a83c3-4550-4101-a08d-22e1c804901e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:07:06.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=e44aae88-aa12-490b-a5fb-dc0f1256d137
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:07:06.732Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.733Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.733Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 56d097b5-2a94-46dc-956c-d6f50b6f7ba8: vFW 143a45db-f16a
2022-05-23T06:07:06.733Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.733Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.734Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.734Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.734Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.735Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.735Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.735Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.735Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:07:06.735Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.736Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-23 06-04-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:07:06.910Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 143a45db-f16a 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb 1 ASDC deployResourceStructure
2022-05-23T06:07:06.910Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json ASDC sendASDCNotification
2022-05-23T06:07:06.910Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:06.910Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:07:06.910Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:06.912Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:06.912Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286026910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:07:07.014Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:07:07.015Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:07.016Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:07.029Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:07.030Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:07.914Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:07:07.914Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:07.914Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:07:07.915Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:07.917Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:07.917Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286027914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:07:08.018Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:08.019Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:08.019Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:08.031Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:08.031Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:07:08.918Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:07:08.919Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:08.919Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:07:08.919Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:08.921Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:08.921Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286028918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:07:09.022Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:07:09.023Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:09.024Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:09.038Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:09.039Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:09.923Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar ASDC sendASDCNotification
2022-05-23T06:07:09.924Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:09.924Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:07:09.924Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:09.927Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:09.927Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286029923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:07:10.027Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:10.028Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:10.029Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:10.050Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:10.051Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:10.928Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:07:10.941Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:07:10.944Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:07:10.944Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:07:10.944Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:07:40.945Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:07:40.958Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:07:40.961Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:07:40.961Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:07:40.961Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:07:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:07:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:07:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:51.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:07:51.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:07:51.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:07:51.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:08:10.962Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:08:10.976Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:08:10.979Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:08:10.979Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:08:10.979Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:08:40.979Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:08:40.991Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:08:40.993Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:08:40.993Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:08:40.993Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:08:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:08:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:08:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:08:51.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:08:51.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:08:51.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:08:51.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:10.993Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:09:11.007Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:09:11.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:09:11.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:09:11.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:09:41.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:09:41.024Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:09:41.030Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:09:41.030Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:09:41.030Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:09:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:09:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:09:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:09:51.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:09:51.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653285996210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286006309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653286013450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286005627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286007109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "cds",
  "timestamp": 1653286014457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.883Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.884Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:09:51.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286013382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286014841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286008080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286014387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286015907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286015846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "policy-id",
  "timestamp": 1653286015390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.903Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:09:51.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286016956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286017978,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.917Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.917Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:09:51.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286011334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286018982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286011910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286019332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286021433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286022455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286023333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "clamp",
  "timestamp": 1653286023460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.933Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:09:51.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286024531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:09:51.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286025668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286020243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286026910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286027914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286028453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:09:51.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286028676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286028918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "aai-ml",
  "timestamp": 1653286029681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.959Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:09:51.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286029923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286031863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:09:51.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:09:51.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:09:51.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286032867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:09:51.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3158b8fa-4286-41b6-b378-08893d29ec14
2022-05-23T06:09:51.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3158b8fa-4286-41b6-b378-08893d29ec14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:10:11.031Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:10:11.042Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:10:11.045Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.046Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:10:11.047Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:10:11.053Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:10:41.054Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3158b8fa-4286-41b6-b378-08893d29ec14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:10:41.060Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3158b8fa-4286-41b6-b378-08893d29ec14 and serviceModelVersionId: 56d097b5-2a94-46dc-956c-d6f50b6f7ba8
2022-05-23T06:10:41.061Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88541d00-1895-4c09-b1d4-81fcd8233b31
2022-05-23T06:10:41.062Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0
2022-05-23T06:10:41.067Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:10:41.132Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0|INFO|500||Invoke
2022-05-23T06:10:41.133Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3158b8fa-4286-41b6-b378-08893d29ec14], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0e01b9e-f18f-4f06-adfd-04c0239f3815], X-ECOMP-RequestID=[3158b8fa-4286-41b6-b378-08893d29ec14], X-TransactionId=[], X-ONAP-RequestID=[3158b8fa-4286-41b6-b378-08893d29ec14], Content-Type=[application/merge-patch+json]}
2022-05-23T06:10:41.167Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:10:41.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?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/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220523-06:10:39:935-80477], vertex-id=[229616], Content-Length=[0], Date=[Mon, 23 May 2022 06:10:39 GMT], Content-Type=[application/json]}
2022-05-23T06:10:41.484Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:10:41.484Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88541d00-1895-4c09-b1d4-81fcd8233b31/model-vers/model-ver/56d097b5-2a94-46dc-956c-d6f50b6f7ba8?depth=0|INFO|500||InvokeReturn
2022-05-23T06:10:41.485Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:10:41.485Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:10:41.491Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:10:41.492Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3158b8fa-4286-41b6-b378-08893d29ec14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:10:41.492Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:10:41.492Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:10:41.495Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:10:41.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286241492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:10:41.595Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:10:41.596Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:10:41.596Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:10:41.613Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:10:41.614Z||pool-50-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-05-23T06:10:42.509Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:10:42.510Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:10:42.510Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:10:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:10:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:10:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:10:51.977Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:10:51.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:10:51.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286241492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:10:51.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:10:52.780Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:10:52.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:10:52.781Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:10:52.781Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:11:02.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:11:02.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:11:02.348Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:11:02.348Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:11:11.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:11:11.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:11:11.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:11:11.891Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:11:21.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:11:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:11:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:11:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:11:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:11:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:11:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:12:00.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:12:00.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:12:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:12:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:12:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:12:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:12:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:12:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:13:00.887Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:13:00.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:13:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:13:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:13:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:13:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:13:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:13:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:14:00.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:14:00.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:14:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:14:51.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:14:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:14:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:14:51.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:14:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:15:00.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:15:00.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:15:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:15:51.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:15:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:15:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:15:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:15:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:15:59.234Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:15:59.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:15:59.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d942e6d1-1cfa-4842-9453-1e17b673643b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"762939b6-49d2-4b00-b0a8-efd5607175b0","serviceDescription":"service","serviceInvariantUUID":"0fbe4e63-1435-4167-a670-f50ba8376b16","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0021e9a2-cb9c-452b-a85c-08fe1e9d8ef1","resourceInvariantUUID":"7dac89cb-9e08-4888-8189-699036d74d47","resourceCustomizationUUID":"7e231e43-8d6d-413a-bbb2-6a45d084e0ac","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":"ZjdhNTAxYTAwNGFlNTU0MjEwMjI0MzQ1YTM3N2ZkMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f1025dd-ac2d-477a-be9d-d8b193533532","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZlMzVhZjdhOWFhYjA5MDMyZjliZTkwOTUwZGM2YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:15:59.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:15:59.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:15:59.252Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:15:59.253Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286551334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:15:59.353Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:15:59.354Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:15:59.354Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:15:59.369Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:15:59.370Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:15:59.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:15:59.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:15:59.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "cds",
  "timestamp": 1653286551210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:15:59.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:16:00.253Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:16:00.255Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:16:00.257Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:16:00.257Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286551334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:16:00.357Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:16:00.358Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:16:00.358Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:16:00.369Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:16:00.370Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:16:01.263Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "762939b6-49d2-4b00-b0a8-efd5607175b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0fbe4e63-1435-4167-a670-f50ba8376b16",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7e231e43-8d6d-413a-bbb2-6a45d084e0ac",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0021e9a2-cb9c-452b-a85c-08fe1e9d8ef1",
      "resourceInvariantUUID": "7dac89cb-9e08-4888-8189-699036d74d47",
      "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": "OWZlMzVhZjdhOWFhYjA5MDMyZjliZTkwOTUwZGM2YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:16:01.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:16:01.264Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 762939b6-49d2-4b00-b0a8-efd5607175b0 ASDC
2022-05-23T06:16:01.265Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d942e6d1-1cfa-4842-9453-1e17b673643b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:762939b6-49d2-4b00-b0a8-efd5607175b0
ServiceInvariantUUID:0fbe4e63-1435-4167-a670-f50ba8376b16
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:8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82
ArtifactChecksum:OWZlMzVhZjdhOWFhYjA5MDMyZjliZTkwOTUwZGM2YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7e231e43-8d6d-413a-bbb2-6a45d084e0ac
ResourceInvariantUUID:7dac89cb-9e08-4888-8189-699036d74d47
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0021e9a2-cb9c-452b-a85c-08fe1e9d8ef1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-23T06:16:01.265Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 762939b6-49d2-4b00-b0a8-efd5607175b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:16:01.301Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:16:01.302Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:16:01.303Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:16:01.303Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-23T06:16:01.303Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:16:01.303Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-23T06:16:01.840Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:16:01.843Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82 52510
2022-05-23T06:16:01.844Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-23T06:16:01.844Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-23T06:16:01.846Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:16:01.846Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:16:01.853Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:16:01.853Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286561844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:16:01.954Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:16:01.955Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:16:01.955Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:16:01.981Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:16:01.982Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:16:02.856Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:16:02.858Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:16:02.859Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8c29bcc2-1ded-443f-9ba7-9b6f42dcbd82, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:02.860Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-23T06:16:02.861Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:02.861Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.070Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10941363223675786076/Definitions/service-BasicNetwork-template.yml
2022-05-23T06:16:03.619Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:16:03.619Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.620Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.621Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.621Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:16:03.621Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.621Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.621Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:16:03.622Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:16:03.623Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.623Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.623Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.623Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.624Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:762939b6-49d2-4b00-b0a8-efd5607175b0
Model Version:NULL
Model InvariantUuid:0fbe4e63-1435-4167-a670-f50ba8376b16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7dac89cb-9e08-4888-8189-699036d74d47
Model UUID:cc330f18-640b-4365-93ee-a22bb33993ac
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7e231e43-8d6d-413a-bbb2-6a45d084e0ac
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:16:03.633Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 0021e9a2-cb9c-452b-a85c-08fe1e9d8ef1
2022-05-23T06:16:03.633Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||No resources found for Service: 762939b6-49d2-4b00-b0a8-efd5607175b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:16:03.639Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||
2022-05-23T06:16:03.639Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-23T06:16:03.640Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 762939b6-49d2-4b00-b0a8-efd5607175b0
2022-05-23T06:16:03.641Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 762939b6-49d2-4b00-b0a8-efd5607175b0
2022-05-23T06:16:03.641Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-23T06:16:03.641Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:16:03.645Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ee2531d, org.onap.sdc.toscaparser.api.parameters.Input@640d9e39, org.onap.sdc.toscaparser.api.parameters.Input@7af0327e, org.onap.sdc.toscaparser.api.parameters.Input@19d076c6, org.onap.sdc.toscaparser.api.parameters.Input@6556b45a]
2022-05-23T06:16:03.647Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.647Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.647Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.647Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.647Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 762939b6-49d2-4b00-b0a8-efd5607175b0: Generic NeutronNet
2022-05-23T06:16:03.648Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.648Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.648Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.648Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-23T06:16:03.687Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.687Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.687Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.687Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.688Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:16:03.688Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:16:03.688Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-23T06:16:03.751Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-23T06:16:03.751Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-23T06:16:03.752Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-23T06:16:03.752Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:16:03.752Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:16:03.754Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:16:03.755Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286563751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:16:03.855Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:16:03.856Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:16:03.856Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:16:03.866Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:16:03.867Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:16:04.755Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:16:04.770Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:16:04.773Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:16:04.774Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:16:04.774Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:16:34.774Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:16:34.787Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:16:34.789Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:16:34.789Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:16:34.789Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:16:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:16:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:16:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:16:51.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:16:51.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:16:51.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286551334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:16:51.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:17:04.790Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:17:04.802Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:17:04.805Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:17:04.805Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:17:04.806Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:17:34.806Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:17:34.819Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:17:34.827Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:17:34.827Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:17:34.827Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:17:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:17:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:17:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:17:51.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:17:51.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:17:51.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286551910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:17:51.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:04.828Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:18:04.838Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:18:04.840Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:18:04.840Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:18:04.841Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:18:34.841Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:18:34.855Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:18:34.858Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:18:34.858Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:18:34.859Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:18:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:18:51.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:18:51.341Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:18:51.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:18:51.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "cds",
  "timestamp": 1653286551210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286551334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286551910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286560243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286560243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286561844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "cds",
  "timestamp": 1653286562153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286563312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "cds",
  "timestamp": 1653286563160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:18:51.386Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d942e6d1-1cfa-4842-9453-1e17b673643b
2022-05-23T06:18:51.387Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d942e6d1-1cfa-4842-9453-1e17b673643b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:18:51.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286563751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286564998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286566004,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:18:51.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d942e6d1-1cfa-4842-9453-1e17b673643b
2022-05-23T06:18:51.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d942e6d1-1cfa-4842-9453-1e17b673643b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:18:51.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "policy-id",
  "timestamp": 1653286565627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286567109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "policy-id",
  "timestamp": 1653286565627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286567109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "policy-id",
  "timestamp": 1653286568591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "policy-id",
  "timestamp": 1653286569596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:18:51.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "policy-id",
  "timestamp": 1653286570599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:18:51.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d942e6d1-1cfa-4842-9453-1e17b673643b
2022-05-23T06:18:51.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d942e6d1-1cfa-4842-9453-1e17b673643b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:18:51.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "clamp",
  "timestamp": 1653286576309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "clamp",
  "timestamp": 1653286576309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "aai-ml",
  "timestamp": 1653286578080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:18:51.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "aai-ml",
  "timestamp": 1653286578080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:18:51.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:18:51.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "aai-ml",
  "timestamp": 1653286580995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "aai-ml",
  "timestamp": 1653286585593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:18:51.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "aai-ml",
  "timestamp": 1653286586607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:18:51.443Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d942e6d1-1cfa-4842-9453-1e17b673643b
2022-05-23T06:18:51.443Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d942e6d1-1cfa-4842-9453-1e17b673643b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:18:51.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "clamp",
  "timestamp": 1653286590550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:18:51.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "clamp",
  "timestamp": 1653286592562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:18:51.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:18:51.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-23T06:18:51.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "clamp",
  "timestamp": 1653286593567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:18:51.463Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d942e6d1-1cfa-4842-9453-1e17b673643b
2022-05-23T06:18:51.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d942e6d1-1cfa-4842-9453-1e17b673643b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:04.859Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:19:04.869Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:19:04.872Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:19:04.872Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:19:04.872Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:19:04.873Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:19:04.878Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:19:34.878Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d942e6d1-1cfa-4842-9453-1e17b673643b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:19:34.882Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d942e6d1-1cfa-4842-9453-1e17b673643b and serviceModelVersionId: 762939b6-49d2-4b00-b0a8-efd5607175b0
2022-05-23T06:19:34.883Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fbe4e63-1435-4167-a670-f50ba8376b16
2022-05-23T06:19:34.884Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0
2022-05-23T06:19:34.890Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:19:34.946Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:19:34.950Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0|INFO|500||Invoke
2022-05-23T06:19:34.980Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:19:35.336Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0|INFO|500||InvokeReturn
2022-05-23T06:19:35.337Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe4e63-1435-4167-a670-f50ba8376b16/model-vers/model-ver/762939b6-49d2-4b00-b0a8-efd5607175b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220523-06:19:33:734-77963], vertex-id=[184504], Content-Length=[0], Date=[Mon, 23 May 2022 06:19:33 GMT], Content-Type=[application/json]}
2022-05-23T06:19:35.337Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:19:35.339Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:19:35.339Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:19:35.349Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:19:35.350Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d942e6d1-1cfa-4842-9453-1e17b673643b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:19:35.350Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:19:35.351Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:35.354Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:35.354Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286775350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:19:35.454Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:35.456Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:35.456Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:35.480Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:35.481Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:19:36.371Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:19:36.371Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:19:36.372Z|d942e6d1-1cfa-4842-9453-1e17b673643b|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:40.747Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:40.749Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:19:40.749Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4495d319-64f2-4e4d-a3cf-d7f2db5121ca","serviceName":"Demo_pNF_BgSMB1m73Di4uIy6sYYt","serviceVersion":"1.0","serviceUUID":"cd1bc0c1-1cc1-4d97-b267-7882adc8440c","serviceDescription":"catalog service description","serviceInvariantUUID":"519ae1d4-205f-4bca-8026-94160d7b2d76","resources":[{"resourceInstanceName":"pNF dcf7e54b-50e7 0","resourceName":"pNF dcf7e54b-50e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7ec4167f-4571-4c7b-b470-26f25dd9c352","resourceInvariantUUID":"03625662-6431-443c-bc95-3678c92b5178","resourceCustomizationUUID":"cd25b71b-bfc8-4c6c-a504-9bc11d946661","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml","artifactChecksum":"ZDg1MDY3NzAxYmVlY2NkOTA1NTFkOTcwNDRkY2Q3ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b80e280b-6751-4b25-aef8-35005574c8ca","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar","artifactChecksum":"NjA2ZjYyNzM1NjQ4NjAyMjJmMzYwZjI2ZjNkMWZkODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dfbd487-e66d-46b8-a206-0db777d7da70","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"818f00f5-2df3-4a62-89e1-b3bea1c69933","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml","artifactChecksum":"MTczYzVjZmQ5MmRhMjU2MzE5OWE1NDA4ZmYzNTY5YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ba051e3-a784-4460-bd40-52fa9a8d3aa8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"614f5367-cbc4-4931-ab33-a4e0730b957a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18a5c884-068a-419d-b71f-bda4fea879d5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml","artifactChecksum":"ODBkMTM0YzJmNzQ3NzUyNjY5NzcyOTBmYjc3MTUwYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0fdee2b-e98e-45af-b977-5ad895e67f12","artifactVersion":"1"},{"artifactName":"service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar","artifactChecksum":"NWVlZjgwNDc5YzYxMzY2NDNjNDNiMmUzNDRkODVlMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03abd470-43f0-4eac-896f-691b5631bb64","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:19:40.751Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:40.752Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:40.754Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:40.754Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:40.854Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:40.856Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:40.856Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:40.870Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:40.871Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:41.755Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:41.755Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:41.757Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:41.757Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:41.858Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:41.859Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:41.859Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:41.875Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:41.875Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:42.759Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:42.760Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:42.763Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:42.763Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:42.863Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:42.864Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:42.865Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:42.876Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:42.877Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:43.763Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:43.764Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:43.766Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:43.766Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:43.866Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:43.867Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:43.868Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:43.890Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:43.891Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:44.767Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:44.768Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:44.774Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:44.774Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:44.871Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-23T06:19:44.872Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:44.872Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:44.887Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:44.888Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:45.775Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:45.776Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:45.777Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:45.777Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:45.878Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:19:45.881Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:45.881Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:45.891Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:45.892Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:46.778Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:46.779Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:46.782Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:46.782Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:46.882Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:19:46.885Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:46.885Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:46.901Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:46.901Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:47.783Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:19:47.785Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:47.787Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:47.787Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:19:47.887Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:19:47.888Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:47.888Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:47.900Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:47.900Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:48.788Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "serviceName": "Demo_pNF_BgSMB1m73Di4uIy6sYYt",
  "serviceVersion": "1.0",
  "serviceUUID": "cd1bc0c1-1cc1-4d97-b267-7882adc8440c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "519ae1d4-205f-4bca-8026-94160d7b2d76",
  "resources": [
    {
      "resourceInstanceName": "pNF dcf7e54b-50e7 0",
      "resourceCustomizationUUID": "cd25b71b-bfc8-4c6c-a504-9bc11d946661",
      "resourceName": "pNF dcf7e54b-50e7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7ec4167f-4571-4c7b-b470-26f25dd9c352",
      "resourceInvariantUUID": "03625662-6431-443c-bc95-3678c92b5178",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
      "artifactChecksum": "NWVlZjgwNDc5YzYxMzY2NDNjNDNiMmUzNDRkODVlMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03abd470-43f0-4eac-896f-691b5631bb64"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:19:48.788Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:19:48.789Z|d942e6d1-1cfa-4842-9453-1e17b673643b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd1bc0c1-1cc1-4d97-b267-7882adc8440c ASDC
2022-05-23T06:19:48.789Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4495d319-64f2-4e4d-a3cf-d7f2db5121ca
ServiceName:Demo_pNF_BgSMB1m73Di4uIy6sYYt
ServiceVersion:1.0
ServiceUUID:cd1bc0c1-1cc1-4d97-b267-7882adc8440c
ServiceInvariantUUID:519ae1d4-205f-4bca-8026-94160d7b2d76
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
ArtifactUUID:03abd470-43f0-4eac-896f-691b5631bb64
ArtifactChecksum:NWVlZjgwNDc5YzYxMzY2NDNjNDNiMmUzNDRkODVlMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dcf7e54b-50e7 0
ResourceCustomizationUUID:cd25b71b-bfc8-4c6c-a504-9bc11d946661
ResourceInvariantUUID:03625662-6431-443c-bc95-3678c92b5178
ResourceName:pNF dcf7e54b-50e7
ResourceType:PNF
ResourceUUID:7ec4167f-4571-4c7b-b470-26f25dd9c352
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-23T06:19:48.789Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd1bc0c1-1cc1-4d97-b267-7882adc8440c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:48.816Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:19:48.818Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:19:48.818Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:19:48.819Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 03abd470-43f0-4eac-896f-691b5631bb64 from URL: /sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:48.819Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:19:48.819Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:48.898Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:19:48.901Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar 03abd470-43f0-4eac-896f-691b5631bb64 82649
2022-05-23T06:19:48.902Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar ASDC sendASDCNotification
2022-05-23T06:19:48.902Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:48.903Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:19:48.903Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:48.906Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:48.906Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286788902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:19:49.005Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:19:49.006Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:49.006Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:49.047Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:49.048Z||pool-64-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:49.907Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:19:49.908Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:19:49.908Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 03abd470-43f0-4eac-896f-691b5631bb64, URL: /sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar to file: /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:49.908Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:49.909Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:49.909Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:50.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9717397789776058660/Definitions/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml
2022-05-23T06:19:51.068Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:19:51.068Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dcf7e54b-50e7 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-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.069Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:19:51.070Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.070Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.070Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Node template pNF dcf7e54b-50e7 0 is matching search criteria
2022-05-23T06:19:51.070Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:19:51.070Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF dcf7e54b-50e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Node template pNF dcf7e54b-50e7 0 is matching search criteria
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF dcf7e54b-50e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:19:51.071Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.072Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.073Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.073Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.073Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BgSMB1m73Di4uIy6sYYt
Description:catalog service description
Model UUID:cd1bc0c1-1cc1-4d97-b267-7882adc8440c
Model Version:NULL
Model InvariantUuid:519ae1d4-205f-4bca-8026-94160d7b2d76
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:19:51.082Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7ec4167f-4571-4c7b-b470-26f25dd9c352
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:19:51.087Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||pNF dcf7e54b-50e7 0
2022-05-23T06:19:51.088Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7ec4167f-4571-4c7b-b470-26f25dd9c352
2022-05-23T06:19:51.088Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||No resources found for Service: cd1bc0c1-1cc1-4d97-b267-7882adc8440c
2022-05-23T06:19:51.088Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cd1bc0c1-1cc1-4d97-b267-7882adc8440c
2022-05-23T06:19:51.089Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dcf7e54b-50e7 0 7ec4167f-4571-4c7b-b470-26f25dd9c352 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:19:51.095Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@748063ba, org.onap.sdc.toscaparser.api.parameters.Input@751ad592, org.onap.sdc.toscaparser.api.parameters.Input@6d0c9084, org.onap.sdc.toscaparser.api.parameters.Input@298b0588, org.onap.sdc.toscaparser.api.parameters.Input@5ee13eb0]
2022-05-23T06:19:51.096Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.096Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.096Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cd1bc0c1-1cc1-4d97-b267-7882adc8440c: pNF dcf7e54b-50e7
2022-05-23T06:19:51.097Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Processing PNF resource: 7ec4167f-4571-4c7b-b470-26f25dd9c352
2022-05-23T06:19:51.097Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:19:51.097Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_BgSMB1m73Di4uIy6sYYt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:19:51.098Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||Resource customization UUID: cd25b71b-bfc8-4c6c-a504-9bc11d946661 is the same as notified resource customizationUUID: cd25b71b-bfc8-4c6c-a504-9bc11d946661
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-23T06:19:51.149Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dcf7e54b-50e7 7ec4167f-4571-4c7b-b470-26f25dd9c352 0 ASDC deployResourceStructure
2022-05-23T06:19:51.149Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar ASDC sendASDCNotification
2022-05-23T06:19:51.150Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar
2022-05-23T06:19:51.150Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:19:51.150Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:19:51.153Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:19:51.153Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286791149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:19:51.253Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:19:51.255Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:19:51.255Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:51.269Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:51.270Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:19:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:19:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:19:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:19:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:19:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.377Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.377Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.377Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.377Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.377Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286641210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286647109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286645627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286656013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286657246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286650245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286657017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "cds",
  "timestamp": 1653286658251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:19:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:19:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286659459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "policy-id",
  "timestamp": 1653286658020,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:19:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:19:51.417Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:51.427Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.427Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286651910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.428Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286661348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286661067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286662355,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:19:51.434Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:19:51.435Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:51.450Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286662273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:19:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:19:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286663276,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:19:51.458Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:19:51.458Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:19:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.473Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.474Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:19:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:19:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:19:52.155Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:19:52.166Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:19:52.169Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:19:52.170Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:19:52.170Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:20:22.170Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:20:22.181Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:20:22.183Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:20:22.184Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:20:22.184Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:20:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:20:51.341Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:20:51.341Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:20:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:20:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.392Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.392Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.392Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.394Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286659255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286665627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286667109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.403Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.403Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286676149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286675397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286676867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286676904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "cds",
  "timestamp": 1653286677154,
  "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-05-23T06:20:51.426Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.427Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.438Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.439Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.440Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.440Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.440Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286676401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.441Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.441Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.441Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286677949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.442Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.442Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.442Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.444Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "policy-id",
  "timestamp": 1653286677404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.451Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286679249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.464Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.464Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.464Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286679565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.465Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.465Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.465Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.466Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.466Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.466Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.466Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.467Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.467Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286680455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.467Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.467Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.469Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286671910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.470Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.471Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.471Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286681500,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:20:51.492Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.492Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286681578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.493Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.493Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.493Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.494Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.494Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.494Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.495Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.495Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.495Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286682504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286682444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.499Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "clamp",
  "timestamp": 1653286682584,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.613Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:20:51.613Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.624Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.624Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.625Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.625Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.625Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "aai-ml",
  "timestamp": 1653286683449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.631Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
2022-05-23T06:20:51.631Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.643Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.643Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.643Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.643Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.644Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.644Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.645Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.646Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.647Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.648Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286678158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.649Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.650Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.651Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286680243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.652Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.653Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286688989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286689768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.654Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.655Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.656Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "cds",
  "timestamp": 1653286689996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.670Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.671Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.677Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.677Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.677Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.678Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286691955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286666310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.679Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286668080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.680Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286692959,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.685Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.685Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.692Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.692Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286685627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286687111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286694291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286693727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.694Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286695074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286694731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286696202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "policy-id",
  "timestamp": 1653286695733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.712Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.712Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.712Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.712Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286697401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.713Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286698422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.721Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.721Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:20:51.728Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.728Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286698567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286691910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286699430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.729Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286700579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.730Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "clamp",
  "timestamp": 1653286701583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.736Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.736Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.748Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.749Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.749Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.749Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.749Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.749Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.750Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.750Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.750Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.750Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.750Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286703605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.751Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "aai-ml",
  "timestamp": 1653286704609,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.757Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 997ce7e4-77de-4641-a20a-ac036781fcb6
2022-05-23T06:20:51.757Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 997ce7e4-77de-4641-a20a-ac036781fcb6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.766Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.766Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.766Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286705347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.767Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.768Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "cds",
  "timestamp": 1653286707393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.782Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:20:51.782Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.791Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.791Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.791Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.791Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.792Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.793Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.794Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.795Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.796Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.797Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.798Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.799Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286713372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.800Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286705627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.801Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286707113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.802Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286714616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286710243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286716152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.803Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286715622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.804Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286717647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.805Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286717490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.806Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.806Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.806Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "policy-id",
  "timestamp": 1653286716624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.812Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:20:51.813Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.821Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.821Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286718684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.822Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.823Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.823Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.823Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286719710,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.832Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:20:51.833Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:20:51.840Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.841Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286720001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.841Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.841Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.841Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286711910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286720714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.842Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286721004,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.848Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.848Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.858Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.858Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286721578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286722574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.859Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "aai-ml",
  "timestamp": 1653286723577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.865Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.865Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.873Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.874Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286724581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:20:51.874Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:20:51.874Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.875Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.875Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.875Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.875Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "clamp",
  "timestamp": 1653286725587,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:51.880Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
2022-05-23T06:20:51.881Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:20:51.889Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.889Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.889Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.889Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.890Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.891Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.892Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.893Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.894Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:51.894Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:20:51.894Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:20:51.894Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:20:52.184Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:20:52.195Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:20:52.200Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.201Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.202Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.202Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.202Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.202Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:20:52.202Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:20:52.208Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:21:22.209Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:21:22.217Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and serviceModelVersionId: cd1bc0c1-1cc1-4d97-b267-7882adc8440c
2022-05-23T06:21:22.217Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 519ae1d4-205f-4bca-8026-94160d7b2d76
2022-05-23T06:21:22.219Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0
2022-05-23T06:21:22.225Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:21:22.290Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:21:22.292Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0|INFO|500||Invoke
2022-05-23T06:21:22.323Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:21:22.516Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0|INFO|500||InvokeReturn
2022-05-23T06:21:22.517Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/519ae1d4-205f-4bca-8026-94160d7b2d76/model-vers/model-ver/cd1bc0c1-1cc1-4d97-b267-7882adc8440c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220523-06:21:21:078-56372], vertex-id=[192648], Content-Length=[0], Date=[Mon, 23 May 2022 06:21:21 GMT], Content-Type=[application/json]}
2022-05-23T06:21:22.517Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:21:22.518Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:21:22.518Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:21:22.525Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:21:22.525Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4495d319-64f2-4e4d-a3cf-d7f2db5121ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:21:22.526Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:21:22.526Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:22.530Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:22.530Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286882525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:21:22.631Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:21:22.633Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:22.633Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:22.655Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:22.656Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:21:23.548Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:21:23.548Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"997ce7e4-77de-4641-a20a-ac036781fcb6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"636d7eee-8ce2-4fd0-b75e-97fedfab7dc6","serviceDescription":"service","serviceInvariantUUID":"83275510-9a03-4cfb-920c-a92094fd747a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2364f34e-0164-488e-8e25-2de609f184f5","resourceInvariantUUID":"2a31c289-d62f-4ac1-af10-0d627ec50320","resourceCustomizationUUID":"b2cc46fb-a4ce-496d-b012-bb1e1a90a37c","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":"MTVjMTdlZDhhY2FiMjhkYmZkMzZhZWFlODA1MTViMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4da869c2-c8ba-41b3-932c-b455258702cc","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":"54241bce-f632-4a10-9054-464f729eb23d","artifactVersion":"2","generatedFromUUID":"73a144e8-9b0b-4908-b948-9c5be09a8aec"},{"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":"73a144e8-9b0b-4908-b948-9c5be09a8aec","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":"YTk4MzNkYjhkMTMxZGUzNTJiMzc4NmJlN2U3MDczMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f139fbaf-2d6d-46d8-bee5-3617f3c41313","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":"7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839","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":"5a674ae1-8453-4732-b9bc-2c432b66cc45","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":"e60e43d2-28a8-420d-b50d-6b2b0e255a86","artifactVersion":"2","generatedFromUUID":"7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGZiZWE4NTE0MDIxY2IxZjMxOTZiNWY4ZjU3ZjU2MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cad1e82-d53e-409f-b9e7-675e38c372ac","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGUxNzk0MzA0MWZiZDY0MDFiYjgxNzEzNGIyYmNhZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b91d3260-7329-4996-ae83-29b019b4490d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:21:23.549Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:23.549Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:23.551Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:23.551Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:23.651Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:23.652Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:23.652Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:23.665Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:23.666Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:24.552Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:24.553Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:24.555Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:24.555Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-23T06:21:24.655Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:21:24.656Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:24.657Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:24.668Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:24.669Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:25.556Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:25.557Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:25.559Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:25.560Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:21:25.660Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:25.661Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:25.661Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:25.681Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:25.682Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:26.560Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:26.561Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:26.563Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:26.563Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:21:26.663Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:26.664Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:26.664Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:26.695Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:26.696Z||pool-70-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:27.564Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:27.564Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:27.567Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:27.567Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:21:27.667Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:27.668Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:27.668Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:27.683Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:27.683Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:28.568Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:28.569Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:28.571Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:28.571Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:28.671Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:28.672Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:28.672Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:28.686Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:28.686Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:21:29.572Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:29.573Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:29.575Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:29.575Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-23T06:21:29.675Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:29.676Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:29.676Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:29.688Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:29.688Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:30.576Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:30.577Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:30.578Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:30.579Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:30.679Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:30.680Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:30.680Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:30.694Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:30.695Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:21:31.580Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:21:31.581Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:31.583Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:31.583Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:21:31.685Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:31.688Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:31.688Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:31.699Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:31.700Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:32.585Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "636d7eee-8ce2-4fd0-b75e-97fedfab7dc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83275510-9a03-4cfb-920c-a92094fd747a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b2cc46fb-a4ce-496d-b012-bb1e1a90a37c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2364f34e-0164-488e-8e25-2de609f184f5",
      "resourceInvariantUUID": "2a31c289-d62f-4ac1-af10-0d627ec50320",
      "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": "54241bce-f632-4a10-9054-464f729eb23d",
          "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": "73a144e8-9b0b-4908-b948-9c5be09a8aec",
          "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": "YTk4MzNkYjhkMTMxZGUzNTJiMzc4NmJlN2U3MDczMTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f139fbaf-2d6d-46d8-bee5-3617f3c41313",
          "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": "7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839",
          "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": "e60e43d2-28a8-420d-b50d-6b2b0e255a86",
            "generatedFromUUID": "7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839"
          },
          "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": "e60e43d2-28a8-420d-b50d-6b2b0e255a86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGUxNzk0MzA0MWZiZDY0MDFiYjgxNzEzNGIyYmNhZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b91d3260-7329-4996-ae83-29b019b4490d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:21:32.586Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:21:32.586Z|4495d319-64f2-4e4d-a3cf-d7f2db5121ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 636d7eee-8ce2-4fd0-b75e-97fedfab7dc6 ASDC
2022-05-23T06:21:32.587Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:997ce7e4-77de-4641-a20a-ac036781fcb6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:636d7eee-8ce2-4fd0-b75e-97fedfab7dc6
ServiceInvariantUUID:83275510-9a03-4cfb-920c-a92094fd747a
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:b91d3260-7329-4996-ae83-29b019b4490d
ArtifactChecksum:MGUxNzk0MzA0MWZiZDY0MDFiYjgxNzEzNGIyYmNhZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b2cc46fb-a4ce-496d-b012-bb1e1a90a37c
ResourceInvariantUUID:2a31c289-d62f-4ac1-af10-0d627ec50320
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2364f34e-0164-488e-8e25-2de609f184f5
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:54241bce-f632-4a10-9054-464f729eb23d
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:73a144e8-9b0b-4908-b948-9c5be09a8aec
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:f139fbaf-2d6d-46d8-bee5-3617f3c41313
ArtifactChecksum:YTk4MzNkYjhkMTMxZGUzNTJiMzc4NmJlN2U3MDczMTA=
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:7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839
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:e60e43d2-28a8-420d-b50d-6b2b0e255a86
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:e60e43d2-28a8-420d-b50d-6b2b0e255a86
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:21:32.587Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 636d7eee-8ce2-4fd0-b75e-97fedfab7dc6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:21:32.638Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:21:32.639Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:21:32.640Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:21:32.640Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b91d3260-7329-4996-ae83-29b019b4490d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-23T06:21:32.640Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:32.641Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-23T06:21:33.160Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:33.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b91d3260-7329-4996-ae83-29b019b4490d 68949
2022-05-23T06:21:33.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-23T06:21:33.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-23T06:21:33.165Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:33.165Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:33.168Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:33.168Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286893164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:33.268Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:33.269Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:33.269Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:33.282Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:33.283Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:34.168Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:21:34.170Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:21:34.170Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b91d3260-7329-4996-ae83-29b019b4490d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:34.173Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-23T06:21:34.174Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:34.174Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:34.317Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13338606539392167939/Definitions/service-BasicCnf-template.yml
2022-05-23T06:21:35.746Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:21:35.746Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:21:35.747Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:35.747Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-23T06:21:35.747Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:35.747Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:35.747Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:35.748Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-23T06:21:35.748Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:21:35.748Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.749Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.749Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:35.749Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:21:35.750Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:21:35.750Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.750Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.751Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:35.751Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:21:35.751Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:21:35.751Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.752Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.752Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.752Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-23T06:21:35.752Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-23T06:21:35.753Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-23T06:21:35.753Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:21:35.753Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.753Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:21:35.754Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.754Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:35.754Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:35.754Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.755Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:35.755Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:35.755Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.755Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:35.756Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:35.756Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.756Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-23T06:21:35.756Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-23T06:21:35.756Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=820d0c08-f33d-402c-ae9a-1f99cbf1fdbc
2022-05-23T06:21:35.757Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.757Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.757Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.757Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.758Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.758Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.758Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:35.758Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:35.759Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:636d7eee-8ce2-4fd0-b75e-97fedfab7dc6
Model Version:NULL
Model InvariantUuid:83275510-9a03-4cfb-920c-a92094fd747a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e0052f3f-e509-49cf-9bb3-aa84d529ed16
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2a31c289-d62f-4ac1-af10-0d627ec50320
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2cc46fb-a4ce-496d-b012-bb1e1a90a37c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4825f7a2-4149-4b08-a1fb-24236a608fac
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2bc609b6-ffe5-4ce3-b56e-2de882735260
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:820d0c08-f33d-402c-ae9a-1f99cbf1fdbc
ModelInvariantUuid:9b94c845-3416-4ade-b00e-32ad8081de03
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6ba0291d-dbb3-4c3c-8bf0-b7e79ceaee8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6d8eafc4-d721-4bb5-9fa4-9239141d50be
ModelInvariantUuid:c032e6cd-46df-4641-959d-19db43a1e6a7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:5706fc54-46ce-4ba0-bb9d-be19f5fdcb58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:21:35.767Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2364f34e-0164-488e-8e25-2de609f184f5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:21:35.771Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-05-23T06:21:35.771Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2364f34e-0164-488e-8e25-2de609f184f5
2022-05-23T06:21:35.771Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 54241bce-f632-4a10-9054-464f729eb23d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-23T06:21:35.771Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:35.772Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-23T06:21:36.163Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:36.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 54241bce-f632-4a10-9054-464f729eb23d 12
2022-05-23T06:21:36.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-23T06:21:36.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-23T06:21:36.164Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:36.165Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:36.167Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:36.167Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286896164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:36.267Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:36.268Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:36.268Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:36.278Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:36.279Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:37.168Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 73a144e8-9b0b-4908-b948-9c5be09a8aec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-23T06:21:37.168Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:37.169Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-23T06:21:37.465Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:37.465Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 73a144e8-9b0b-4908-b948-9c5be09a8aec 2688
2022-05-23T06:21:37.466Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-23T06:21:37.466Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-23T06:21:37.466Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:37.467Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:37.469Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:37.469Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286897466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:37.569Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:37.570Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:37.570Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:37.582Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:37.582Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:38.471Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f139fbaf-2d6d-46d8-bee5-3617f3c41313 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-23T06:21:38.471Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:38.471Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-23T06:21:38.964Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:38.964Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f139fbaf-2d6d-46d8-bee5-3617f3c41313 828
2022-05-23T06:21:38.964Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-23T06:21:38.964Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-23T06:21:38.965Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:38.965Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:38.967Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:38.967Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286898964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:39.067Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:39.068Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:39.068Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:39.081Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:39.081Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:39.967Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4825f7a2-4149-4b08-a1fb-24236a608fac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bc609b6-ffe5-4ce3-b56e-2de882735260",
    "vfModuleModelCustomizationUUID": "7fd0653b-ef40-4b2b-bbed-53ea83b182bd",
    "isBase": true,
    "artifacts": [
      "7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839",
      "73a144e8-9b0b-4908-b948-9c5be09a8aec",
      "e60e43d2-28a8-420d-b50d-6b2b0e255a86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:21:39.974Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bc609b6-ffe5-4ce3-b56e-2de882735260
VfModuleModelInvariantUUID:4825f7a2-4149-4b08-a1fb-24236a608fac
VfModuleModelDescription:NULL
Artifacts UUID List:{
7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839
,
73a144e8-9b0b-4908-b948-9c5be09a8aec
,
e60e43d2-28a8-420d-b50d-6b2b0e255a86

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

isBase:true


}

2022-05-23T06:21:39.976Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4825f7a2-4149-4b08-a1fb-24236a608fac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bc609b6-ffe5-4ce3-b56e-2de882735260",
    "vfModuleModelCustomizationUUID": "7fd0653b-ef40-4b2b-bbed-53ea83b182bd",
    "isBase": true,
    "artifacts": [
      "7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839",
      "73a144e8-9b0b-4908-b948-9c5be09a8aec",
      "e60e43d2-28a8-420d-b50d-6b2b0e255a86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:21:39.977Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bc609b6-ffe5-4ce3-b56e-2de882735260
VfModuleModelInvariantUUID:4825f7a2-4149-4b08-a1fb-24236a608fac
VfModuleModelDescription:NULL
Artifacts UUID List:{
7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839
,
73a144e8-9b0b-4908-b948-9c5be09a8aec
,
e60e43d2-28a8-420d-b50d-6b2b0e255a86

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

isBase:true


}

2022-05-23T06:21:39.977Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-23T06:21:39.977Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:39.977Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-23T06:21:40.364Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:40.365Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7607de2b-dd6e-4dd4-a6e8-1c9e0e5ca839 1164
2022-05-23T06:21:40.365Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-23T06:21:40.365Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-23T06:21:40.365Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:40.366Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:40.368Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:40.368Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286900365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:40.468Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:40.469Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:40.469Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:40.484Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:40.485Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:41.368Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e60e43d2-28a8-420d-b50d-6b2b0e255a86 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-23T06:21:41.369Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:21:41.369Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-23T06:21:41.679Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:21:41.680Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e60e43d2-28a8-420d-b50d-6b2b0e255a86 200
2022-05-23T06:21:41.680Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-23T06:21:41.681Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-23T06:21:41.681Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:21:41.681Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:41.683Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:41.684Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286901680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:41.784Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:41.785Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:41.785Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:41.805Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:41.806Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:21:42.684Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 636d7eee-8ce2-4fd0-b75e-97fedfab7dc6
2022-05-23T06:21:42.685Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2364f34e-0164-488e-8e25-2de609f184f5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-05-23T06:21:42.701Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:21:42.710Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a8ef305, org.onap.sdc.toscaparser.api.parameters.Input@7c7d4dcb, org.onap.sdc.toscaparser.api.parameters.Input@7322a090, org.onap.sdc.toscaparser.api.parameters.Input@375887c4, org.onap.sdc.toscaparser.api.parameters.Input@4a334cf1]
2022-05-23T06:21:42.712Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.712Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.713Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:21:42.713Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b2cc46fb-a4ce-496d-b012-bb1e1a90a37c
2022-05-23T06:21:42.713Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2cc46fb-a4ce-496d-b012-bb1e1a90a37c matches Tosca VF Customization UUID: b2cc46fb-a4ce-496d-b012-bb1e1a90a37c
2022-05-23T06:21:42.713Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b2cc46fb-a4ce-496d-b012-bb1e1a90a37c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:21:42.717Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.718Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.719Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b2cc46fb-a4ce-496d-b012-bb1e1a90a37c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-23T06:21:42.720Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49638872
2022-05-23T06:21:42.720Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.720Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:21:42.721Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fd0653b-ef40-4b2b-bbed-53ea83b182bd
2022-05-23T06:21:42.721Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fd0653b-ef40-4b2b-bbed-53ea83b182bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:21:42.724Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.725Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:42.725Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:42.725Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.726Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:42.726Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:42.726Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.727Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-23T06:21:42.727Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-23T06:21:42.727Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=820d0c08-f33d-402c-ae9a-1f99cbf1fdbc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:21:42.731Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.731Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:42.732Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:21:42.732Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.733Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-23T06:21:42.734Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b2cc46fb-a4ce-496d-b012-bb1e1a90a37c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:21:42.737Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.737Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.738Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 636d7eee-8ce2-4fd0-b75e-97fedfab7dc6: basic_cnf
2022-05-23T06:21:42.738Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.739Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.739Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.739Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.740Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.740Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.740Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.741Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.741Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:21:42.742Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:21:42.742Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:21:42.823Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2364f34e-0164-488e-8e25-2de609f184f5 1 ASDC deployResourceStructure
2022-05-23T06:21:42.824Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-23T06:21:42.825Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-23T06:21:42.825Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-23T06:21:42.825Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:42.828Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:42.828Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286902824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:21:42.928Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:42.930Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:42.930Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:42.941Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:42.942Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:43.829Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-23T06:21:43.830Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-23T06:21:43.830Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-23T06:21:43.830Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:43.832Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:43.833Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286903829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:21:43.933Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:43.934Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:43.934Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:43.946Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:43.947Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:44.833Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-23T06:21:44.834Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-23T06:21:44.834Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:21:44.835Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:44.838Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:44.838Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286904833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:44.938Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:44.940Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:44.940Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:44.951Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:44.952Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:45.840Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-23T06:21:45.840Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-23T06:21:45.840Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:21:45.840Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:45.843Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:45.843Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286905839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:45.943Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:21:45.944Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:45.944Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:45.956Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:45.957Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:46.844Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-23T06:21:46.844Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-23T06:21:46.845Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:21:46.845Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:46.848Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:46.848Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286906844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:46.947Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:21:46.948Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:46.948Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:46.964Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:46.965Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:47.849Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-23T06:21:47.849Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-23T06:21:47.850Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:21:47.850Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:21:47.852Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:21:47.853Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286907849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:47.953Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:21:47.953Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:21:47.954Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:47.969Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:47.969Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:21:48.854Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 997ce7e4-77de-4641-a20a-ac036781fcb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:21:48.867Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 997ce7e4-77de-4641-a20a-ac036781fcb6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:21:48.870Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.871Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:21:48.872Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:21:48.877Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:21:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:21:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:21:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:21:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:21:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286705613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286702587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286738580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286741658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.375Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286742545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "clamp",
  "timestamp": 1653286742662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:21:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:21:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:21:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "aai-ml",
  "timestamp": 1653286743551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:21:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:21:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:21:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286740243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286749043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286751260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286752264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:21:51.421Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
2022-05-23T06:21:51.421Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d942e6d1-1cfa-4842-9453-1e17b673643b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286775350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.429Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.430Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/resourceInstances/pnfdcf7e54b50e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:21:51.431Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286788902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286791149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgsmb1m73di4uiy6syyt/1.0/artifacts/service-DemoPnfBgsmb1m73di4uiy6syyt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:21:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:18.877Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 997ce7e4-77de-4641-a20a-ac036781fcb6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:22:18.882Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 997ce7e4-77de-4641-a20a-ac036781fcb6 and serviceModelVersionId: 636d7eee-8ce2-4fd0-b75e-97fedfab7dc6
2022-05-23T06:22:18.883Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83275510-9a03-4cfb-920c-a92094fd747a
2022-05-23T06:22:18.884Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0
2022-05-23T06:22:18.888Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:22:18.931Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:22:18.933Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0|INFO|500||Invoke
2022-05-23T06:22:18.952Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:22:19.204Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0|INFO|500||InvokeReturn
2022-05-23T06:22:19.205Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83275510-9a03-4cfb-920c-a92094fd747a/model-vers/model-ver/636d7eee-8ce2-4fd0-b75e-97fedfab7dc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220523-06:22:17:703-33780], vertex-id=[471200], Content-Length=[0], Date=[Mon, 23 May 2022 06:22:17 GMT], Content-Type=[application/json]}
2022-05-23T06:22:19.205Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:22:19.205Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:22:19.206Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:22:19.211Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:22:19.211Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 997ce7e4-77de-4641-a20a-ac036781fcb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:22:19.212Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:22:19.212Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:19.214Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:19.214Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286939211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:22:19.314Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:19.315Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:19.315Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:19.332Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:19.333Z||pool-88-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-05-23T06:22:20.226Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:22:20.226Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"13ae9ddc-c128-4c6c-9b0e-24083338dcd8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bdbc3948-ac81-4096-9b6b-38f5e4dc2509","serviceDescription":"service","serviceInvariantUUID":"e96e03d2-32bd-4c73-a001-bb4e78349fe9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"481ea9dd-1cf2-4b15-a4bf-19bcf06523fe","resourceInvariantUUID":"fb1fb914-1951-4cf0-979c-fe25fbac2807","resourceCustomizationUUID":"97cf9eed-fed7-42e8-8f30-69c0c22fbc31","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":"OTNlZDQyMDBmZWE1MTg0Yzc1ZDM1ZjQzMTk0N2MwZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7c68fc3-8d89-43a0-83d6-22e3abc826c6","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":"ZjM1MTc5MmQyY2FhMmE1MDhiY2QwMjYzMDJiOTBlOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6fadd43-38ef-424c-a6b0-7c623d4eef5c","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":"9be17508-2661-4653-8231-ea83c42fbdb5","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":"28100111-5b42-41d2-b783-8759295ea614","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":"86b8912c-2cd1-4ba4-8fd5-b4702cb68044","artifactVersion":"2","generatedFromUUID":"9be17508-2661-4653-8231-ea83c42fbdb5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTA2MWFlYTczMzY1ZDcyNGVkMzgxOTcwZDU2YzYyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a110bfd-d804-4884-8a04-89d57cdbc5dd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDU4MzBmNGZkN2RhNTcwODQxNmJjNmM0YTNhOTM2YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16406a41-6b55-4b04-9794-41e864505b67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:22:20.227Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:20.227Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:20.229Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:20.230Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:20.330Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:20.331Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:20.331Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:20.348Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:20.349Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:21.230Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:21.231Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:21.233Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:21.234Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:22:21.334Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:21.334Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:21.335Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:21.360Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:21.360Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:22.234Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:22.235Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:22.238Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:22.239Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:22:22.339Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:22.341Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:22.341Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:22.354Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:22.355Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:23.239Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:23.240Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:23.242Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:23.242Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:23.342Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:23.343Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:23.344Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:23.357Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:23.357Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:24.243Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:24.244Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:24.246Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:24.247Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:22:24.347Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:24.348Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:24.349Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:24.364Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:24.365Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:25.247Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:25.250Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:25.253Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:25.253Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:25.356Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-23T06:22:25.357Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:25.358Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:25.368Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:25.368Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:26.254Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:22:26.254Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:26.257Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:26.257Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:26.357Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:26.358Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:26.358Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:26.374Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:26.375Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:27.258Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bdbc3948-ac81-4096-9b6b-38f5e4dc2509",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e96e03d2-32bd-4c73-a001-bb4e78349fe9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "97cf9eed-fed7-42e8-8f30-69c0c22fbc31",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "481ea9dd-1cf2-4b15-a4bf-19bcf06523fe",
      "resourceInvariantUUID": "fb1fb914-1951-4cf0-979c-fe25fbac2807",
      "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": "ZjM1MTc5MmQyY2FhMmE1MDhiY2QwMjYzMDJiOTBlOWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6fadd43-38ef-424c-a6b0-7c623d4eef5c",
          "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": "9be17508-2661-4653-8231-ea83c42fbdb5",
          "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": "86b8912c-2cd1-4ba4-8fd5-b4702cb68044",
            "generatedFromUUID": "9be17508-2661-4653-8231-ea83c42fbdb5"
          },
          "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": "86b8912c-2cd1-4ba4-8fd5-b4702cb68044",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDU4MzBmNGZkN2RhNTcwODQxNmJjNmM0YTNhOTM2YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16406a41-6b55-4b04-9794-41e864505b67"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:22:27.259Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:22:27.259Z|997ce7e4-77de-4641-a20a-ac036781fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bdbc3948-ac81-4096-9b6b-38f5e4dc2509 ASDC
2022-05-23T06:22:27.260Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:13ae9ddc-c128-4c6c-9b0e-24083338dcd8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bdbc3948-ac81-4096-9b6b-38f5e4dc2509
ServiceInvariantUUID:e96e03d2-32bd-4c73-a001-bb4e78349fe9
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:16406a41-6b55-4b04-9794-41e864505b67
ArtifactChecksum:ZDU4MzBmNGZkN2RhNTcwODQxNmJjNmM0YTNhOTM2YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:97cf9eed-fed7-42e8-8f30-69c0c22fbc31
ResourceInvariantUUID:fb1fb914-1951-4cf0-979c-fe25fbac2807
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:481ea9dd-1cf2-4b15-a4bf-19bcf06523fe
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:e6fadd43-38ef-424c-a6b0-7c623d4eef5c
ArtifactChecksum:ZjM1MTc5MmQyY2FhMmE1MDhiY2QwMjYzMDJiOTBlOWI=
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:9be17508-2661-4653-8231-ea83c42fbdb5
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:86b8912c-2cd1-4ba4-8fd5-b4702cb68044
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:86b8912c-2cd1-4ba4-8fd5-b4702cb68044
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:22:27.260Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdbc3948-ac81-4096-9b6b-38f5e4dc2509 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:22:27.298Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:22:27.298Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:22:27.299Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:22:27.299Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 16406a41-6b55-4b04-9794-41e864505b67 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-23T06:22:27.299Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:22:27.299Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-23T06:22:27.556Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:22:27.559Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 16406a41-6b55-4b04-9794-41e864505b67 71059
2022-05-23T06:22:27.560Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-23T06:22:27.560Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-23T06:22:27.560Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:22:27.560Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:27.563Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:27.563Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286947560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:27.663Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:27.664Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:27.664Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:27.677Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:27.678Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:28.563Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:22:28.564Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:22:28.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 16406a41-6b55-4b04-9794-41e864505b67, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:28.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-23T06:22:28.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:28.566Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:28.710Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14331229877914048885/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-23T06:22:29.975Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:22:29.975Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.976Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-23T06:22:29.977Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:22:29.978Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.978Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.978Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:29.978Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:22:29.979Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:22:29.979Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.979Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.979Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:29.979Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:22:29.980Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:22:29.980Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.980Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.980Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.980Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:22:29.981Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.982Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:22:29.982Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.982Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:29.982Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:29.983Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:29.984Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.984Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-23T06:22:29.984Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-23T06:22:29.984Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:22:29.984Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2e51b0ae-998f-4c9b-bc47-7daaae699335
2022-05-23T06:22:29.985Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.985Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.985Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.985Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.986Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.986Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.986Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:29.986Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:29.987Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bdbc3948-ac81-4096-9b6b-38f5e4dc2509
Model Version:NULL
Model InvariantUuid:e96e03d2-32bd-4c73-a001-bb4e78349fe9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a5434de4-0372-4f53-8d45-09ecac4189c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb1fb914-1951-4cf0-979c-fe25fbac2807
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97cf9eed-fed7-42e8-8f30-69c0c22fbc31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7c722b1-e101-4b18-b602-1b7024c3aaa6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:aaab00ba-b49d-44c8-93bb-b5c37bbd74bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2e51b0ae-998f-4c9b-bc47-7daaae699335
ModelInvariantUuid:2129595d-e868-4b93-8b62-d71e7f6c3bd4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:fd0925b4-d91d-4293-b257-87f67f948a1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dee21fa0-5d3b-4d6c-9c4f-05d7a625c239
ModelInvariantUuid:862ae757-ba7d-43a8-b275-4900c0eaa829
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a5f56f5c-fdb8-49e4-a4ba-bca7d8c174b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:22:29.994Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 481ea9dd-1cf2-4b15-a4bf-19bcf06523fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:22:29.997Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-05-23T06:22:29.997Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 481ea9dd-1cf2-4b15-a4bf-19bcf06523fe
2022-05-23T06:22:29.998Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e6fadd43-38ef-424c-a6b0-7c623d4eef5c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-23T06:22:29.998Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:22:29.998Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-23T06:22:30.046Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:22:30.046Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e6fadd43-38ef-424c-a6b0-7c623d4eef5c 787
2022-05-23T06:22:30.046Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-23T06:22:30.047Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-23T06:22:30.047Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:22:30.047Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:30.049Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:30.049Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286950046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:30.149Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:30.151Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:30.151Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:30.166Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:30.167Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:31.050Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7c722b1-e101-4b18-b602-1b7024c3aaa6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aaab00ba-b49d-44c8-93bb-b5c37bbd74bf",
    "vfModuleModelCustomizationUUID": "c34862e2-c376-47d1-b769-d7d29e591be6",
    "isBase": true,
    "artifacts": [
      "9be17508-2661-4653-8231-ea83c42fbdb5",
      "86b8912c-2cd1-4ba4-8fd5-b4702cb68044"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:22:31.053Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aaab00ba-b49d-44c8-93bb-b5c37bbd74bf
VfModuleModelInvariantUUID:c7c722b1-e101-4b18-b602-1b7024c3aaa6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9be17508-2661-4653-8231-ea83c42fbdb5
,
86b8912c-2cd1-4ba4-8fd5-b4702cb68044

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

isBase:true


}

2022-05-23T06:22:31.055Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7c722b1-e101-4b18-b602-1b7024c3aaa6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aaab00ba-b49d-44c8-93bb-b5c37bbd74bf",
    "vfModuleModelCustomizationUUID": "c34862e2-c376-47d1-b769-d7d29e591be6",
    "isBase": true,
    "artifacts": [
      "9be17508-2661-4653-8231-ea83c42fbdb5",
      "86b8912c-2cd1-4ba4-8fd5-b4702cb68044"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:22:31.055Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aaab00ba-b49d-44c8-93bb-b5c37bbd74bf
VfModuleModelInvariantUUID:c7c722b1-e101-4b18-b602-1b7024c3aaa6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9be17508-2661-4653-8231-ea83c42fbdb5
,
86b8912c-2cd1-4ba4-8fd5-b4702cb68044

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

isBase:true


}

2022-05-23T06:22:31.056Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9be17508-2661-4653-8231-ea83c42fbdb5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-23T06:22:31.056Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:22:31.056Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-23T06:22:31.247Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:22:31.248Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9be17508-2661-4653-8231-ea83c42fbdb5 5033
2022-05-23T06:22:31.249Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-23T06:22:31.249Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-23T06:22:31.249Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:22:31.249Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:31.252Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:31.252Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286951248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:31.352Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:31.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-05-23T06:22:31.353Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:31.366Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:31.367Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:32.253Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 86b8912c-2cd1-4ba4-8fd5-b4702cb68044 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-23T06:22:32.257Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:22:32.258Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-23T06:22:32.448Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:22:32.449Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 86b8912c-2cd1-4ba4-8fd5-b4702cb68044 903
2022-05-23T06:22:32.449Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-23T06:22:32.449Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-23T06:22:32.449Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:22:32.450Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:32.452Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:32.452Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286952449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:32.553Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:22:32.554Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:32.554Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:32.569Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:32.570Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:33.461Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bdbc3948-ac81-4096-9b6b-38f5e4dc2509
2022-05-23T06:22:33.462Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 481ea9dd-1cf2-4b15-a4bf-19bcf06523fe ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:22:33.475Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ff93e50, org.onap.sdc.toscaparser.api.parameters.Input@38eb123d, org.onap.sdc.toscaparser.api.parameters.Input@3c0d9aa8, org.onap.sdc.toscaparser.api.parameters.Input@2feae697, org.onap.sdc.toscaparser.api.parameters.Input@29e75684]
2022-05-23T06:22:33.476Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.476Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.477Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:22:33.477Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 97cf9eed-fed7-42e8-8f30-69c0c22fbc31
2022-05-23T06:22:33.477Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97cf9eed-fed7-42e8-8f30-69c0c22fbc31 matches Tosca VF Customization UUID: 97cf9eed-fed7-42e8-8f30-69c0c22fbc31
2022-05-23T06:22:33.477Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 97cf9eed-fed7-42e8-8f30-69c0c22fbc31  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:22:33.479Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.479Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 97cf9eed-fed7-42e8-8f30-69c0c22fbc31: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61535bd5
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c34862e2-c376-47d1-b769-d7d29e591be6
2022-05-23T06:22:33.480Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c34862e2-c376-47d1-b769-d7d29e591be6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:22:33.482Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.482Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:33.482Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-23T06:22:33.483Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-23T06:22:33.484Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:22:33.484Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2e51b0ae-998f-4c9b-bc47-7daaae699335
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:22:33.485Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.486Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:33.486Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:22:33.486Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.486Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-23T06:22:33.486Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=97cf9eed-fed7-42e8-8f30-69c0c22fbc31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bdbc3948-ac81-4096-9b6b-38f5e4dc2509: basic_vm
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.488Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.489Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:22:33.490Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:22:33.490Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:33.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 481ea9dd-1cf2-4b15-a4bf-19bcf06523fe 1 ASDC deployResourceStructure
2022-05-23T06:22:33.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-23T06:22:33.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-23T06:22:33.565Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:22:33.566Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:33.568Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:33.568Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286953565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:33.668Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:33.669Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:33.670Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:33.687Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:33.687Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:34.585Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-23T06:22:34.585Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-23T06:22:34.586Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:22:34.586Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:34.588Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:34.588Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286954569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:34.688Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:34.689Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:34.689Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:34.716Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:34.716Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:22:35.589Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-23T06:22:35.590Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-23T06:22:35.590Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:22:35.590Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:35.593Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:35.593Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286955589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:35.693Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:35.694Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:35.694Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:35.706Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:35.706Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:22:36.595Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-23T06:22:36.595Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-23T06:22:36.595Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:22:36.595Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:22:36.598Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:22:36.598Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286956594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:36.698Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:22:36.700Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:22:36.700Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:36.713Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:36.713Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:22:37.599Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:22:37.611Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13ae9ddc-c128-4c6c-9b0e-24083338dcd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:22:37.614Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:22:37.614Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:22:37.614Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:22:37.615Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:22:37.615Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.615Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.615Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.615Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.616Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.616Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:22:37.616Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:37.621Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:22:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:22:51.343Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:22:51.343Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:22:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:22:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.376Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.378Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.379Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.380Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.381Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.382Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.383Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.384Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.385Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.386Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.387Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.388Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.389Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.390Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.391Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.392Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.392Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.393Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.394Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.394Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.394Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.394Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.395Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.396Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.397Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.398Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.399Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.400Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.401Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.402Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.403Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.403Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.403Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.404Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.405Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.406Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.407Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.408Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.409Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.410Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653286871910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286867109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286865627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.411Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286866210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4495d319-64f2-4e4d-a3cf-d7f2db5121ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286882525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.412Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286883650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.413Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286883662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286882488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.414Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286883493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286884710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.415Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.416Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "cds",
  "timestamp": 1653286885143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.432Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.433Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.443Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.444Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "policy-id",
  "timestamp": 1653286884496,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:51.449Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.450Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.460Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.460Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286885774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.460Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.460Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.460Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286876309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.461Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286886826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.462Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.463Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286887878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.468Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286878080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.475Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653286888882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286889064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.476Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.477Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.478Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286893164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.479Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286894611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.480Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286896164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.481Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286897466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.482Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286898625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286898964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286890243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.483Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "clamp",
  "timestamp": 1653286899629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:51.488Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.488Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286900082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.496Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286900365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286901173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.497Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.498Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "aai-ml",
  "timestamp": 1653286901086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:51.503Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.503Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.512Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.512Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286901680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:22:51.512Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.512Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.512Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286902824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286903398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.513Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286903829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:22:51.514Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.514Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.514Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653286904403,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:22:51.520Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
2022-05-23T06:22:51.520Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:22:51.528Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.528Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286904833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.528Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286905839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286906844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:22:51.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:22:51.530Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286907849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:22:51.530Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:07.621Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:23:07.629Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and serviceModelVersionId: bdbc3948-ac81-4096-9b6b-38f5e4dc2509
2022-05-23T06:23:07.630Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e96e03d2-32bd-4c73-a001-bb4e78349fe9
2022-05-23T06:23:07.631Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0
2022-05-23T06:23:07.639Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:23:07.691Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:23:07.693Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0|INFO|500||Invoke
2022-05-23T06:23:07.724Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:23:08.068Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0|INFO|500||InvokeReturn
2022-05-23T06:23:08.068Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e96e03d2-32bd-4c73-a001-bb4e78349fe9/model-vers/model-ver/bdbc3948-ac81-4096-9b6b-38f5e4dc2509?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220523-06:23:06:474-68343], vertex-id=[479392], Content-Length=[0], Date=[Mon, 23 May 2022 06:23:06 GMT], Content-Type=[application/json]}
2022-05-23T06:23:08.069Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:23:08.070Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:23:08.070Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:23:08.074Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:23:08.074Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13ae9ddc-c128-4c6c-9b0e-24083338dcd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:23:08.075Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:23:08.075Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:08.077Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:08.077Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286988075,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:23:08.177Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:08.178Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:08.179Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:08.189Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:08.190Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:23:09.088Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:23:09.088Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb299e8b-7bf0-4b94-82e9-4edb37e05cbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c45c9207-8d7d-49b7-a122-b4239a2d43a4","serviceDescription":"service","serviceInvariantUUID":"57101baa-0d26-4540-a2ed-5ca34ca30a35","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3dfdea79-940e-4b3b-971b-b2e76aa95192","resourceInvariantUUID":"0d7c1053-4c15-4f11-bc3d-1bb0fbb08e5b","resourceCustomizationUUID":"23407176-3a2f-4a36-817a-43f938ec56dc","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":"OGVmNGQ0NzRhYjI2MDA4YmQ2OWIzNjE1YWExYjU3NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c7616cd-47d4-4a82-bb6f-b69b84ab6d37","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":"NzAzYjRmOWZhZTdkZWRlM2ViMTFlNjBmYTg1ZWEzYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75795f15-e7e2-4016-8d4d-115de86062e9","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":"cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a","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":"2b70e920-5dc3-46a2-810f-45850c7157fb","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":"cb97f724-b886-4a03-a22b-5f0ade35bbfa","artifactVersion":"2","generatedFromUUID":"cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a"},{"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":"MWFmYzg2ZDkyNDNlZGQ1YTJiODFhNjk4NmY4MjIxZWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"44ee070f-d3b6-40d4-aab6-6afacf9722ba","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":"NmIzODljNjA4MmM3MmRkODc4NzBiODVkNjYzZGVjMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e04f923f-0600-42f3-ad56-8c92438ba9ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2MwMGQxMGQ0ZGI0M2M0MjUzZTZkODlhZDA3ZWU4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cb56441-1b09-4735-858d-f556618d78ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:23:09.089Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:09.089Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:09.091Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:09.091Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:09.191Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:09.192Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:09.192Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:09.202Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:09.203Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:10.092Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:10.094Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:10.097Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:10.097Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:23:10.196Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:23:10.198Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:10.198Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:10.214Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:10.215Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:11.098Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:11.100Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:11.103Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:11.103Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:23:11.204Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:23:11.205Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:11.205Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:11.216Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:11.217Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:12.104Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:12.105Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:12.107Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:12.107Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:12.207Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:12.208Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:12.208Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:12.226Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:12.226Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:13.107Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:13.108Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:13.110Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:13.111Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:23:13.211Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:13.212Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:13.212Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:13.227Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:13.228Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:23:14.111Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:14.112Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:14.115Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:14.115Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:14.215Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:14.216Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:14.216Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:14.230Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:14.231Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:23:15.116Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:15.117Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:15.119Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:15.119Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:15.219Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:23:15.222Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:15.222Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:15.235Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:15.236Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:16.120Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:23:16.121Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:16.124Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:16.124Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:23:16.224Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:16.225Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:16.225Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:16.241Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:16.242Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:17.126Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c45c9207-8d7d-49b7-a122-b4239a2d43a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57101baa-0d26-4540-a2ed-5ca34ca30a35",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "23407176-3a2f-4a36-817a-43f938ec56dc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3dfdea79-940e-4b3b-971b-b2e76aa95192",
      "resourceInvariantUUID": "0d7c1053-4c15-4f11-bc3d-1bb0fbb08e5b",
      "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": "NzAzYjRmOWZhZTdkZWRlM2ViMTFlNjBmYTg1ZWEzYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75795f15-e7e2-4016-8d4d-115de86062e9",
          "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": "cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a",
          "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": "cb97f724-b886-4a03-a22b-5f0ade35bbfa",
            "generatedFromUUID": "cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a"
          },
          "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": "cb97f724-b886-4a03-a22b-5f0ade35bbfa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2MwMGQxMGQ0ZGI0M2M0MjUzZTZkODlhZDA3ZWU4MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cb56441-1b09-4735-858d-f556618d78ce"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:23:17.126Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:23:17.126Z|13ae9ddc-c128-4c6c-9b0e-24083338dcd8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c45c9207-8d7d-49b7-a122-b4239a2d43a4 ASDC
2022-05-23T06:23:17.127Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c45c9207-8d7d-49b7-a122-b4239a2d43a4
ServiceInvariantUUID:57101baa-0d26-4540-a2ed-5ca34ca30a35
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:2cb56441-1b09-4735-858d-f556618d78ce
ArtifactChecksum:N2MwMGQxMGQ0ZGI0M2M0MjUzZTZkODlhZDA3ZWU4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:23407176-3a2f-4a36-817a-43f938ec56dc
ResourceInvariantUUID:0d7c1053-4c15-4f11-bc3d-1bb0fbb08e5b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3dfdea79-940e-4b3b-971b-b2e76aa95192
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:75795f15-e7e2-4016-8d4d-115de86062e9
ArtifactChecksum:NzAzYjRmOWZhZTdkZWRlM2ViMTFlNjBmYTg1ZWEzYWM=
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:cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a
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:cb97f724-b886-4a03-a22b-5f0ade35bbfa
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:cb97f724-b886-4a03-a22b-5f0ade35bbfa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:23:17.127Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c45c9207-8d7d-49b7-a122-b4239a2d43a4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:23:17.165Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:23:17.166Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:23:17.167Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:23:17.167Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2cb56441-1b09-4735-858d-f556618d78ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-23T06:23:17.167Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:23:17.167Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-23T06:23:17.883Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:23:17.888Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2cb56441-1b09-4735-858d-f556618d78ce 78814
2022-05-23T06:23:17.889Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-23T06:23:17.889Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-23T06:23:17.889Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:23:17.889Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:17.891Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:17.891Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286997889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:17.992Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:23:17.992Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:17.993Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:18.005Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:18.005Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:18.892Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:23:18.893Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:23:18.893Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2cb56441-1b09-4735-858d-f556618d78ce, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:18.894Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-23T06:23:18.894Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:18.895Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:19.037Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15899383788004578665/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-23T06:23:20.488Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:23:20.488Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.489Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.490Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:20.491Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-23T06:23:20.492Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.493Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.494Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7801f3a7-0b08-40a0-a911-5eeb5cbef180
2022-05-23T06:23:20.495Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:20.496Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c45c9207-8d7d-49b7-a122-b4239a2d43a4
Model Version:NULL
Model InvariantUuid:57101baa-0d26-4540-a2ed-5ca34ca30a35
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:52f1ca6e-8275-4c46-bce9-f8123e856e4b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d7c1053-4c15-4f11-bc3d-1bb0fbb08e5b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:23407176-3a2f-4a36-817a-43f938ec56dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40257c21-0150-4df7-8ed8-7ff1016f2f55
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:67da131e-cfab-4609-bb14-a649121ae15d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7801f3a7-0b08-40a0-a911-5eeb5cbef180
ModelInvariantUuid:71236d17-e168-4b93-861d-0d74b8c233c5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:98872729-6b9b-4f57-a340-ab068a3120be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:01b736e9-b313-4d5f-8571-d7b8e301e36a
ModelInvariantUuid:f2b468cd-b0ef-490c-8858-3d06cfee52d5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0f30a169-9474-4f52-9af6-7662c4a0eb38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:23:20.503Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3dfdea79-940e-4b3b-971b-b2e76aa95192
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:23:20.506Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-05-23T06:23:20.506Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3dfdea79-940e-4b3b-971b-b2e76aa95192
2022-05-23T06:23:20.506Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 75795f15-e7e2-4016-8d4d-115de86062e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-23T06:23:20.506Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:23:20.507Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-23T06:23:20.689Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:23:20.689Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 75795f15-e7e2-4016-8d4d-115de86062e9 792
2022-05-23T06:23:20.690Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-23T06:23:20.690Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-23T06:23:20.690Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:23:20.690Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:20.692Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:20.692Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287000690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:20.792Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:20.793Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:20.793Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:20.804Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:20.805Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:21.693Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40257c21-0150-4df7-8ed8-7ff1016f2f55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67da131e-cfab-4609-bb14-a649121ae15d",
    "vfModuleModelCustomizationUUID": "fc87282e-1234-4c3c-9d5f-ac7691e4ba32",
    "isBase": true,
    "artifacts": [
      "cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a",
      "cb97f724-b886-4a03-a22b-5f0ade35bbfa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:23:21.695Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67da131e-cfab-4609-bb14-a649121ae15d
VfModuleModelInvariantUUID:40257c21-0150-4df7-8ed8-7ff1016f2f55
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a
,
cb97f724-b886-4a03-a22b-5f0ade35bbfa

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

isBase:true


}

2022-05-23T06:23:21.697Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40257c21-0150-4df7-8ed8-7ff1016f2f55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67da131e-cfab-4609-bb14-a649121ae15d",
    "vfModuleModelCustomizationUUID": "fc87282e-1234-4c3c-9d5f-ac7691e4ba32",
    "isBase": true,
    "artifacts": [
      "cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a",
      "cb97f724-b886-4a03-a22b-5f0ade35bbfa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:23:21.697Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67da131e-cfab-4609-bb14-a649121ae15d
VfModuleModelInvariantUUID:40257c21-0150-4df7-8ed8-7ff1016f2f55
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a
,
cb97f724-b886-4a03-a22b-5f0ade35bbfa

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

isBase:true


}

2022-05-23T06:23:21.697Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-23T06:23:21.697Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:23:21.697Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-23T06:23:21.898Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:23:21.898Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cd99dbf7-f4ae-49b4-9ef9-4ff5a9c67b6a 5033
2022-05-23T06:23:21.899Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-23T06:23:21.899Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-23T06:23:21.899Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:23:21.899Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:21.901Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:21.902Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287001898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:22.002Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:22.003Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:22.003Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:22.022Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:22.022Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:22.902Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb97f724-b886-4a03-a22b-5f0ade35bbfa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-23T06:23:22.903Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:23:22.903Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-23T06:23:22.950Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:23:22.951Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cb97f724-b886-4a03-a22b-5f0ade35bbfa 903
2022-05-23T06:23:22.951Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-23T06:23:22.952Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-23T06:23:22.952Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:23:22.952Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:22.954Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:22.954Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287002951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:23.054Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:23.055Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:23.056Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:23.117Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:23.117Z||pool-116-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:23:23.955Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c45c9207-8d7d-49b7-a122-b4239a2d43a4
2022-05-23T06:23:23.956Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3dfdea79-940e-4b3b-971b-b2e76aa95192 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:23:23.970Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6611f46c, org.onap.sdc.toscaparser.api.parameters.Input@4fd05681, org.onap.sdc.toscaparser.api.parameters.Input@4d312a95, org.onap.sdc.toscaparser.api.parameters.Input@7b464c52, org.onap.sdc.toscaparser.api.parameters.Input@129d75c2]
2022-05-23T06:23:23.972Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.973Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.973Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:23:23.973Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 23407176-3a2f-4a36-817a-43f938ec56dc
2022-05-23T06:23:23.974Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23407176-3a2f-4a36-817a-43f938ec56dc matches Tosca VF Customization UUID: 23407176-3a2f-4a36-817a-43f938ec56dc
2022-05-23T06:23:23.974Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 23407176-3a2f-4a36-817a-43f938ec56dc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:23:23.976Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.977Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.978Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 23407176-3a2f-4a36-817a-43f938ec56dc: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-23T06:23:23.978Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52785a43
2022-05-23T06:23:23.978Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.978Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:23:23.979Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc87282e-1234-4c3c-9d5f-ac7691e4ba32
2022-05-23T06:23:23.979Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc87282e-1234-4c3c-9d5f-ac7691e4ba32
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:23:23.982Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.982Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:23.982Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:23.983Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.983Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:23.983Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:23.984Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.984Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-23T06:23:23.984Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-23T06:23:23.985Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-23T06:23:23.985Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7801f3a7-0b08-40a0-a911-5eeb5cbef180
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:23:23.988Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.988Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:23.988Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:23:23.989Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.989Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-23T06:23:23.989Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=23407176-3a2f-4a36-817a-43f938ec56dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:23:23.992Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.992Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.992Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c45c9207-8d7d-49b7-a122-b4239a2d43a4: basic_vm_macro
2022-05-23T06:23:23.993Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.993Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.993Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.994Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.994Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.994Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.994Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.995Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.995Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:23:23.996Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:23:23.996Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:23:24.084Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3dfdea79-940e-4b3b-971b-b2e76aa95192 1 ASDC deployResourceStructure
2022-05-23T06:23:24.085Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-23T06:23:24.085Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-23T06:23:24.085Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:23:24.086Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:24.088Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:24.088Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287004085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:24.188Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:23:24.189Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:24.189Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:24.210Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:24.211Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:25.089Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-23T06:23:25.090Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-23T06:23:25.090Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:23:25.090Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:25.092Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:25.092Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287005089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:25.192Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:25.193Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:25.193Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:25.205Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:25.205Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:26.094Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-23T06:23:26.094Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-23T06:23:26.094Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:23:26.095Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:26.097Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:26.097Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287006093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:26.197Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:26.198Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:26.198Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:26.214Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:26.214Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:27.098Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-23T06:23:27.099Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-23T06:23:27.099Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:23:27.099Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:27.101Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:27.101Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287007098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:27.201Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:23:27.202Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:27.203Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:27.216Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:27.216Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:23:28.103Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:23:28.116Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb299e8b-7bf0-4b94-82e9-4edb37e05cbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:23:28.119Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:23:28.120Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:23:28.120Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:23:28.120Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:23:28.120Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.120Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.121Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.121Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.121Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.121Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:23:28.121Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:23:28.133Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:23:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:23:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:23:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:51.363Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:51.364Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.364Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "997ce7e4-77de-4641-a20a-ac036781fcb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286939211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:23:51.365Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286947560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286950046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286951248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286952449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286953565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286954569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286955589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:23:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286956594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:23:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:23:58.134Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:23:59.028Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and serviceModelVersionId: c45c9207-8d7d-49b7-a122-b4239a2d43a4
2022-05-23T06:23:59.029Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57101baa-0d26-4540-a2ed-5ca34ca30a35
2022-05-23T06:23:59.029Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0
2022-05-23T06:23:59.033Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:23:59.078Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0|INFO|500||Invoke
2022-05-23T06:23:59.078Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb299e8b-7bf0-4b94-82e9-4edb37e05cbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dd2cfac-cbfe-4ba4-8dd4-d37953568dc8], X-ECOMP-RequestID=[bb299e8b-7bf0-4b94-82e9-4edb37e05cbd], X-TransactionId=[], X-ONAP-RequestID=[bb299e8b-7bf0-4b94-82e9-4edb37e05cbd], Content-Type=[application/merge-patch+json]}
2022-05-23T06:23:59.096Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:23:59.363Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?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/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220523-06:23:57:843-65900], vertex-id=[282864], Content-Length=[0], Date=[Mon, 23 May 2022 06:23:57 GMT], Content-Type=[application/json]}
2022-05-23T06:23:59.363Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:23:59.364Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57101baa-0d26-4540-a2ed-5ca34ca30a35/model-vers/model-ver/c45c9207-8d7d-49b7-a122-b4239a2d43a4?depth=0|INFO|500||InvokeReturn
2022-05-23T06:23:59.364Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:23:59.365Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:23:59.371Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:23:59.371Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb299e8b-7bf0-4b94-82e9-4edb37e05cbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:23:59.372Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:23:59.372Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:23:59.374Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:23:59.374Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287039372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:23:59.475Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:23:59.476Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:23:59.476Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:23:59.489Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:23:59.490Z||pool-121-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-05-23T06:24:00.386Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:24:00.387Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:24:00.387Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:04.798Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:04.799Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-23T06:24:04.799Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"69ede928-a6ae-4f5b-a622-9b2f708d5ffb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0302ed9d-dc99-4939-866a-f791ea78826b","serviceDescription":"service","serviceInvariantUUID":"f406060c-0fbd-453d-875d-bb4edee22991","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2444618a-a700-4d4e-9335-fe3b6eeceb36","resourceInvariantUUID":"aa498471-30f8-4746-b36e-23ca5e805476","resourceCustomizationUUID":"98934642-3c4b-4864-93a3-5e0ebd6b1d77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjM2NDJlZTkyNDE5ZTc3ZDVkZTg2M2RlYzE2M2VkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"634ce5e9-361e-4110-a67c-5a52cee916f3","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NzNiNjNlZDkxZGY4YjYyY2EyMzZiODViYjY0NTgwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"225d5bb6-c9ed-4be0-b8dd-51e4ad65bd20","artifactVersion":"2"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47fdd020-f5b4-47c7-bc44-3502108b021b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4fb1304-4dc3-48c3-8c3f-da0b5bb7aa9f","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cefca9b3-1bcb-4714-b477-3f649d0d3f2e","artifactVersion":"3","generatedFromUUID":"ade69f9f-b99a-4a30-b658-b7ec2686c6a0"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c74d73b-22dc-464b-a82f-a4d9801aec73","artifactVersion":"3","generatedFromUUID":"47fdd020-f5b4-47c7-bc44-3502108b021b"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ade69f9f-b99a-4a30-b658-b7ec2686c6a0","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"de170e0d-ed69-4e2c-bbaa-d506f63cbf13","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"Yzc2OWNkMjMxYjNlZjkzN2M0MmJlY2ZjMWRkNjhkODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"230a709e-aca8-492a-b36e-1ac87c9852b7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTVmNjY5OTYyNDNjZjU3NWVjMDYyZTExNGZmNjNiNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55dd307a-8826-4c52-9a6d-13831626c87f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:24:04.801Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:04.802Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:04.803Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:04.804Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:04.909Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-23T06:24:04.910Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:04.911Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:04.939Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:04.939Z||pool-122-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:05.804Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:05.805Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:05.808Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:05.808Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:24:05.908Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:05.909Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:05.909Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:05.922Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:05.923Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:06.809Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:06.810Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:06.811Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:06.812Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:24:06.913Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:24:06.914Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:06.914Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:06.940Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:06.941Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:07.812Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:07.813Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:07.831Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:07.831Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:07.925Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-23T06:24:07.925Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:07.925Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:07.942Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:07.942Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:08.832Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:08.833Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:08.836Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:08.836Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-23T06:24:08.936Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:24:08.937Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:08.937Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:08.979Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:08.979Z||pool-126-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:09.837Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:09.853Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:09.865Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:09.865Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-23T06:24:09.956Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-23T06:24:09.957Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:09.957Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:09.972Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:09.973Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:10.866Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:10.867Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:10.869Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:10.869Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:24:10.969Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:10.970Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:10.970Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:10.984Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:10.985Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:11.870Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:11.871Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:11.873Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:11.873Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:11.973Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:11.974Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:11.974Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:12.003Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:12.003Z||pool-129-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:24:12.874Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:12.879Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:12.882Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:12.882Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:12.981Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:24:12.982Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:12.982Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:13.002Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:13.003Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:24:13.882Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:24:13.883Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:13.885Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:13.885Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:24:13.985Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:13.986Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:13.986Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:14.006Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:14.007Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:14.886Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0302ed9d-dc99-4939-866a-f791ea78826b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f406060c-0fbd-453d-875d-bb4edee22991",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "98934642-3c4b-4864-93a3-5e0ebd6b1d77",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2444618a-a700-4d4e-9335-fe3b6eeceb36",
      "resourceInvariantUUID": "aa498471-30f8-4746-b36e-23ca5e805476",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NzNiNjNlZDkxZGY4YjYyY2EyMzZiODViYjY0NTgwMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "225d5bb6-c9ed-4be0-b8dd-51e4ad65bd20",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "47fdd020-f5b4-47c7-bc44-3502108b021b",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "0c74d73b-22dc-464b-a82f-a4d9801aec73",
            "generatedFromUUID": "47fdd020-f5b4-47c7-bc44-3502108b021b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "cefca9b3-1bcb-4714-b477-3f649d0d3f2e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "0c74d73b-22dc-464b-a82f-a4d9801aec73",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ade69f9f-b99a-4a30-b658-b7ec2686c6a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTVmNjY5OTYyNDNjZjU3NWVjMDYyZTExNGZmNjNiNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55dd307a-8826-4c52-9a6d-13831626c87f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-23T06:24:14.887Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:24:14.887Z|bb299e8b-7bf0-4b94-82e9-4edb37e05cbd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0302ed9d-dc99-4939-866a-f791ea78826b ASDC
2022-05-23T06:24:14.887Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:69ede928-a6ae-4f5b-a622-9b2f708d5ffb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0302ed9d-dc99-4939-866a-f791ea78826b
ServiceInvariantUUID:f406060c-0fbd-453d-875d-bb4edee22991
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:55dd307a-8826-4c52-9a6d-13831626c87f
ArtifactChecksum:MTVmNjY5OTYyNDNjZjU3NWVjMDYyZTExNGZmNjNiNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:98934642-3c4b-4864-93a3-5e0ebd6b1d77
ResourceInvariantUUID:aa498471-30f8-4746-b36e-23ca5e805476
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2444618a-a700-4d4e-9335-fe3b6eeceb36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:225d5bb6-c9ed-4be0-b8dd-51e4ad65bd20
ArtifactChecksum:NzNiNjNlZDkxZGY4YjYyY2EyMzZiODViYjY0NTgwMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:47fdd020-f5b4-47c7-bc44-3502108b021b
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:0c74d73b-22dc-464b-a82f-a4d9801aec73
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:cefca9b3-1bcb-4714-b477-3f649d0d3f2e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:0c74d73b-22dc-464b-a82f-a4d9801aec73
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:ade69f9f-b99a-4a30-b658-b7ec2686c6a0
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-23T06:24:14.887Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0302ed9d-dc99-4939-866a-f791ea78826b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:24:14.945Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:24:14.946Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:24:14.946Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:24:14.946Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55dd307a-8826-4c52-9a6d-13831626c87f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:14.947Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:14.947Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:15.477Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:15.504Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 55dd307a-8826-4c52-9a6d-13831626c87f 158208
2022-05-23T06:24:15.504Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-23T06:24:15.504Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:15.504Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:15.504Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:15.519Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:15.519Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287055504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:15.606Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-05-23T06:24:15.607Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:15.607Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:15.621Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:15.622Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:16.520Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:24:16.521Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-23T06:24:16.521Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55dd307a-8826-4c52-9a6d-13831626c87f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:16.521Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-23T06:24:16.522Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:16.522Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:16.625Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7326587882778048596/Definitions/service-BasicCnfMacro-template.yml
2022-05-23T06:24:17.776Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:17.777Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:17.778Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-23T06:24:17.778Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.778Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.778Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.778Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-23T06:24:17.779Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-23T06:24:17.780Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:17.781Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:17.782Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f70b2ac5-c338-4b74-a266-35edd876689e
2022-05-23T06:24:17.783Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:17.784Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0302ed9d-dc99-4939-866a-f791ea78826b
Model Version:NULL
Model InvariantUuid:f406060c-0fbd-453d-875d-bb4edee22991
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:1f6097d4-26cb-4cb3-97f8-a41778c1de12
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa498471-30f8-4746-b36e-23ca5e805476
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98934642-3c4b-4864-93a3-5e0ebd6b1d77
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d10c473-8dce-438d-b537-df24736678df
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:275cb837-ddbf-40fa-b87a-843c8bdfd6cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:937ce1ac-94de-4424-bdd0-c02db439afe5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:116861c4-74da-4e09-87c0-ba0521d823c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f70b2ac5-c338-4b74-a266-35edd876689e
ModelInvariantUuid:cea88de2-aa7e-4a8b-a1d0-75f5fda405cc
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e2f92999-8fb5-494a-adaf-d5aa0aaa06dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:49adfcaf-7079-4175-93d1-727ae6f4c8cc
ModelInvariantUuid:98372ef2-3b29-4c47-b68c-0d91d0b5244b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8b22b691-0e2b-4a7e-854c-09c534608a28
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:24:17.792Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2444618a-a700-4d4e-9335-fe3b6eeceb36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:24:17.794Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-05-23T06:24:17.795Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2444618a-a700-4d4e-9335-fe3b6eeceb36
2022-05-23T06:24:17.795Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 225d5bb6-c9ed-4be0-b8dd-51e4ad65bd20 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-23T06:24:17.795Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:17.795Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-23T06:24:17.982Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:17.982Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 225d5bb6-c9ed-4be0-b8dd-51e4ad65bd20 1565
2022-05-23T06:24:17.983Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-23T06:24:17.983Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-23T06:24:17.983Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:17.983Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:17.985Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:17.985Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287057983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:18.085Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:18.086Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:18.086Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:18.113Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:18.114Z||pool-133-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:18.986Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "937ce1ac-94de-4424-bdd0-c02db439afe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "116861c4-74da-4e09-87c0-ba0521d823c1",
    "vfModuleModelCustomizationUUID": "d10b7422-e69a-4163-919d-06bcc5db7405",
    "isBase": true,
    "artifacts": [
      "47fdd020-f5b4-47c7-bc44-3502108b021b",
      "0c74d73b-22dc-464b-a82f-a4d9801aec73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "1d10c473-8dce-438d-b537-df24736678df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "275cb837-ddbf-40fa-b87a-843c8bdfd6cf",
    "vfModuleModelCustomizationUUID": "d282c963-aeac-47df-91b3-b939ceae7b0c",
    "isBase": false,
    "artifacts": [
      "ade69f9f-b99a-4a30-b658-b7ec2686c6a0"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:24:18.990Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:116861c4-74da-4e09-87c0-ba0521d823c1
VfModuleModelInvariantUUID:937ce1ac-94de-4424-bdd0-c02db439afe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
47fdd020-f5b4-47c7-bc44-3502108b021b
,
0c74d73b-22dc-464b-a82f-a4d9801aec73

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:275cb837-ddbf-40fa-b87a-843c8bdfd6cf
VfModuleModelInvariantUUID:1d10c473-8dce-438d-b537-df24736678df
VfModuleModelDescription:NULL
Artifacts UUID List:{
ade69f9f-b99a-4a30-b658-b7ec2686c6a0

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

isBase:false


}

2022-05-23T06:24:18.993Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "937ce1ac-94de-4424-bdd0-c02db439afe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "116861c4-74da-4e09-87c0-ba0521d823c1",
    "vfModuleModelCustomizationUUID": "d10b7422-e69a-4163-919d-06bcc5db7405",
    "isBase": true,
    "artifacts": [
      "47fdd020-f5b4-47c7-bc44-3502108b021b",
      "0c74d73b-22dc-464b-a82f-a4d9801aec73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "1d10c473-8dce-438d-b537-df24736678df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "275cb837-ddbf-40fa-b87a-843c8bdfd6cf",
    "vfModuleModelCustomizationUUID": "d282c963-aeac-47df-91b3-b939ceae7b0c",
    "isBase": false,
    "artifacts": [
      "ade69f9f-b99a-4a30-b658-b7ec2686c6a0"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-23T06:24:18.993Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:116861c4-74da-4e09-87c0-ba0521d823c1
VfModuleModelInvariantUUID:937ce1ac-94de-4424-bdd0-c02db439afe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
47fdd020-f5b4-47c7-bc44-3502108b021b
,
0c74d73b-22dc-464b-a82f-a4d9801aec73

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:275cb837-ddbf-40fa-b87a-843c8bdfd6cf
VfModuleModelInvariantUUID:1d10c473-8dce-438d-b537-df24736678df
VfModuleModelDescription:NULL
Artifacts UUID List:{
ade69f9f-b99a-4a30-b658-b7ec2686c6a0

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

isBase:false


}

2022-05-23T06:24:18.994Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 47fdd020-f5b4-47c7-bc44-3502108b021b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-23T06:24:18.994Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:18.994Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-23T06:24:19.083Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:19.083Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 47fdd020-f5b4-47c7-bc44-3502108b021b 914
2022-05-23T06:24:19.083Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-23T06:24:19.084Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-23T06:24:19.084Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:19.084Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:19.085Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:19.085Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287059083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:19.186Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:19.187Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:19.187Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:19.201Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:19.202Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:20.086Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cefca9b3-1bcb-4714-b477-3f649d0d3f2e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-23T06:24:20.087Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:20.087Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-23T06:24:20.282Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:20.282Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cefca9b3-1bcb-4714-b477-3f649d0d3f2e 12
2022-05-23T06:24:20.283Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-23T06:24:20.283Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-23T06:24:20.283Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:20.284Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:20.295Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:20.295Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287060283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:20.395Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:24:20.396Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:20.397Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:20.412Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:20.413Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:21.296Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c74d73b-22dc-464b-a82f-a4d9801aec73 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-23T06:24:21.296Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:21.296Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-23T06:24:21.485Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:21.486Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0c74d73b-22dc-464b-a82f-a4d9801aec73 96
2022-05-23T06:24:21.486Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-23T06:24:21.486Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-23T06:24:21.486Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:21.487Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:21.488Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:21.488Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287061486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:21.589Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:21.589Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:21.590Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:21.602Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:21.603Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:22.489Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ade69f9f-b99a-4a30-b658-b7ec2686c6a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-23T06:24:22.489Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-23T06:24:22.490Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-23T06:24:22.547Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-23T06:24:22.549Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ade69f9f-b99a-4a30-b658-b7ec2686c6a0 20206
2022-05-23T06:24:22.549Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-23T06:24:22.550Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-23T06:24:22.550Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:24:22.550Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:22.553Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:22.554Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287062549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:22.654Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:22.656Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:22.656Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:22.684Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:22.684Z||pool-137-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:23.558Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0302ed9d-dc99-4939-866a-f791ea78826b
2022-05-23T06:24:23.559Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2444618a-a700-4d4e-9335-fe3b6eeceb36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:24:23.567Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3044221, org.onap.sdc.toscaparser.api.parameters.Input@66b528c2, org.onap.sdc.toscaparser.api.parameters.Input@24345869, org.onap.sdc.toscaparser.api.parameters.Input@5cc261a7, org.onap.sdc.toscaparser.api.parameters.Input@7d763554]
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 98934642-3c4b-4864-93a3-5e0ebd6b1d77
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98934642-3c4b-4864-93a3-5e0ebd6b1d77 matches Tosca VF Customization UUID: 98934642-3c4b-4864-93a3-5e0ebd6b1d77
2022-05-23T06:24:23.569Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 98934642-3c4b-4864-93a3-5e0ebd6b1d77  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:24:23.571Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.571Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.571Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 98934642-3c4b-4864-93a3-5e0ebd6b1d77: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-23T06:24:23.572Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b3b8049
2022-05-23T06:24:23.572Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.572Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:24:23.572Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d282c963-aeac-47df-91b3-b939ceae7b0c
2022-05-23T06:24:23.572Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d282c963-aeac-47df-91b3-b939ceae7b0c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:24:23.574Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.574Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:23.574Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:23.574Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.575Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:23.575Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:24:23.575Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.575Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-23T06:24:23.575Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=98934642-3c4b-4864-93a3-5e0ebd6b1d77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:24:23.576Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.576Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0302ed9d-dc99-4939-866a-f791ea78826b: basic_cnf_macro
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.577Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:24:23.578Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:24:23.613Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2444618a-a700-4d4e-9335-fe3b6eeceb36 2 ASDC deployResourceStructure
2022-05-23T06:24:23.613Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-23T06:24:23.613Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-23T06:24:23.613Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:24:23.614Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:23.615Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:23.615Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287063613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:23.716Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:23.717Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:23.717Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:23.730Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:23.731Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:24.616Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-23T06:24:24.616Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-23T06:24:24.617Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:24:24.617Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:24.618Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:24.618Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287064616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:24.719Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:24.719Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:24.719Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:24.736Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:24.736Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:24:25.619Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-23T06:24:25.620Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-23T06:24:25.620Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-23T06:24:25.620Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:25.622Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:25.622Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287065619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:24:25.723Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:25.724Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:25.724Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:25.735Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:25.736Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:24:26.624Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-23T06:24:26.624Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-23T06:24:26.624Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:24:26.624Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:26.627Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:26.627Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287066624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:26.727Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:26.728Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:26.728Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:26.747Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:26.747Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:27.628Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-23T06:24:27.628Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-23T06:24:27.628Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-23T06:24:27.628Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:27.630Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:27.630Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287067628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:24:27.730Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:27.732Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:27.732Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:27.745Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:27.746Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:28.631Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-23T06:24:28.631Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-23T06:24:28.631Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:24:28.631Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:24:28.633Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:24:28.633Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287068630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:28.733Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:24:28.734Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:24:28.734Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:28.750Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:28.751Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:24:29.634Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:24:29.648Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69ede928-a6ae-4f5b-a622-9b2f708d5ffb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.651Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.652Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.652Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.652Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.652Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-23T06:24:29.652Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:24:29.656Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:24:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:24:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:24:51.340Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:24:51.366Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:24:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.367Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13ae9ddc-c128-4c6c-9b0e-24083338dcd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286988075,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:24:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.368Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.369Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:51.370Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286776371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653286997889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.371Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287000690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287001898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287002951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.372Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287004085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287005089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287006093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:51.373Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:24:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287007098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:24:51.374Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:24:59.659Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:24:59.666Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and serviceModelVersionId: 0302ed9d-dc99-4939-866a-f791ea78826b
2022-05-23T06:24:59.666Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f406060c-0fbd-453d-875d-bb4edee22991
2022-05-23T06:24:59.667Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0
2022-05-23T06:24:59.672Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:24:59.720Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0|INFO|500||Invoke
2022-05-23T06:24:59.721Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69ede928-a6ae-4f5b-a622-9b2f708d5ffb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d62047d9-71df-4d60-abf6-f3617df49382], X-ECOMP-RequestID=[69ede928-a6ae-4f5b-a622-9b2f708d5ffb], X-TransactionId=[], X-ONAP-RequestID=[69ede928-a6ae-4f5b-a622-9b2f708d5ffb], Content-Type=[application/merge-patch+json]}
2022-05-23T06:24:59.744Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-23T06:25:00.239Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?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/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220523-06:24:58:493-82862], vertex-id=[274544], Content-Length=[0], Date=[Mon, 23 May 2022 06:24:58 GMT], Content-Type=[application/json]}
2022-05-23T06:25:00.240Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:25:00.240Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f406060c-0fbd-453d-875d-bb4edee22991/model-vers/model-ver/0302ed9d-dc99-4939-866a-f791ea78826b?depth=0|INFO|500||InvokeReturn
2022-05-23T06:25:00.240Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:25:00.241Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:25:00.247Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T06:25:00.247Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69ede928-a6ae-4f5b-a622-9b2f708d5ffb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:25:00.248Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:25:00.248Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:25:00.250Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:25:00.250Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287100247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:25:00.350Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:25:00.353Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:25:00.353Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:00.366Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:00.366Z||pool-144-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-05-23T06:25:01.261Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:01.262Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:25:01.262Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:10.808Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:10.809Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:10.810Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:25:10.810Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:20.361Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:20.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:20.362Z||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-05-23T06:25:20.362Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:29.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:29.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:29.918Z||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-05-23T06:25:29.918Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:39.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:39.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:39.459Z||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-05-23T06:25:39.459Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:49.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:49.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:49.034Z||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-05-23T06:25:49.035Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:51.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:51.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:25:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:25:51.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:51.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb299e8b-7bf0-4b94-82e9-4edb37e05cbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287039372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:25:51.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287040386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287055504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287057983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287059083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287060283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287061486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287062549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287063613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287064616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287065619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287066624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287067628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287068630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-23T06:25:51.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:25:58.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:25:58.618Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:25:58.618Z||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-05-23T06:25:58.618Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:26:08.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:26:08.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:26:08.181Z||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-05-23T06:26:08.181Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:26:17.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:26:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:26:51.335Z||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-05-23T06:26:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:26:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:26:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:26:51.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:26:51.869Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:26:51.870Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:26:51.870Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ede928-a6ae-4f5b-a622-9b2f708d5ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653287100247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:26:51.871Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:27:00.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:27:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:27:51.336Z||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-05-23T06:27:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:27:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:27:51.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:27:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:28:00.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:28:00.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:28:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:28:51.336Z||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-05-23T06:28:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:28:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:28:51.340Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:28:51.340Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:29:00.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:29:00.889Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:29:51.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:29:51.338Z||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-05-23T06:29:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:29:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:29:51.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:29:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:30:00.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:30:00.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:30:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:30:51.335Z||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-05-23T06:30:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:30:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:30:51.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:30:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:31:00.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:31:00.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:31:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:31:51.335Z||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-05-23T06:31:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:31:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:31:51.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:31:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:32:00.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:32:00.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:32:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:32:51.335Z||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-05-23T06:32:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:32:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:32:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:32:51.340Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:33:00.886Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:33:00.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:33:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:33:51.335Z||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-05-23T06:33:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:33:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:33:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:33:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:34:00.887Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:34:00.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:34:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:34:51.336Z||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-05-23T06:34:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:34:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:34:51.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:34:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:35:00.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:35:00.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:35:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:35:51.335Z||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-05-23T06:35:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:35:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:35:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:35:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:36:00.886Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:36:00.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:36:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:36:51.335Z||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-05-23T06:36:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:36:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:36:51.340Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:36:51.340Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:37:00.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:37:00.900Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:37:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:37:51.335Z||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-05-23T06:37:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:37:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:37:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:37:51.339Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:38:00.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:38:00.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:38:51.334Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:38:51.335Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:38:51.335Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:38:51.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:38:51.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:38:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:39:00.887Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:39:00.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:39:51.334Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:39:51.336Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:39:51.337Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:39:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:39:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:39:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:40:00.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:40:00.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:40:51.334Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:40:51.335Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:40:51.335Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:40:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:40:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:40:51.339Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:41:00.884Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-23T06:41:00.884Z|69ede928-a6ae-4f5b-a622-9b2f708d5ffb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK