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-02-02T01:02:57.709Z||main|||||INFO|500||The following profiles are active: basic
2022-02-02T01:03:05.243Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-02T01:03:05.244Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-02T01:03:05.307Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-02T01:03:07.304Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-02T01:03:07.438Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-02T01:03:07.701Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-02T01:03:07.709Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-02T01:03:07.805Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-02T01:03:07.997Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-02T01:03:08.289Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-02T01:03:09.059Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-02T01:03:10.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-02T01:03:10.540Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-02T01:03:10.879Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-02T01:03:11.047Z||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-02-02T01:03:11.964Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-02T01:03:12.710Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-02T01:03:12.723Z||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$$c19ac7e9.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-02-02T01:03:12.723Z||main|||||WARN|500||The sdc end point is not alive
2022-02-02T01:03:14.892Z||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-02-02T01:03:17.023Z||main|||||WARN|500||---
2022-02-02T01:03:17.023Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-02T01:03:17.023Z||main|||||WARN|500||---
2022-02-02T01:03:17.320Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-02T01:03:20.675Z||main|||||INFO|500||Started Application in 26.709 seconds (JVM running for 27.703)
2022-02-02T01:03:20.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-02T01:03:20.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-02T01:03:20.699Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-02T01:03:20.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-02T01:03:20.785Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6993b9f-39f2-46d0-befb-7c816a6b9c3b url= /sdc/v1/artifactTypes
2022-02-02T01:03:20.786Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-02T01:03:20.996Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-02T01:03:21.014Z||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-02-02T01:03:21.030Z||scheduling-1|||||DEBUG|500||create keys
2022-02-02T01:03:21.044Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-02T01:03:21.972Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:03:21.989Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7596f5ab-ebcf-41fc-969e-7477483249f1 url= /sdc/v1/registerForDistribution
2022-02-02T01:03:24.020Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7596f5ab-ebcf-41fc-969e-7477483249f1 url= /sdc/v1/registerForDistribution
2022-02-02T01:03:24.020Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-02T01:03:24.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:03:24.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:03:24.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-02T01:03:24.036Z||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-02-02T01:03:24.036Z||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-02-02T01:03:24.037Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:03:24.037Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:03:36.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:03:36.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:04:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:04:24.029Z||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-02-02T01:04:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:04:24.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:04:24.031Z||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-02-02T01:04:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:04:33.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:04:33.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:05:24.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:05:24.029Z||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-02-02T01:05:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:05:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:05:24.030Z||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-02-02T01:05:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:05:33.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:05:33.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:06:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:06:24.028Z||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-02-02T01:06:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:06:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:06:24.030Z||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-02-02T01:06:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:06:33.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:06:33.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:07:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:07:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:07:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:07:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:07:24.030Z||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-02-02T01:07:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:07:33.574Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:07:33.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:08:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:08:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:08:24.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:08:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:08:24.029Z||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-02-02T01:08:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:08:33.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:08:33.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:09:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:09:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:09:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:09:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:09:24.030Z||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-02-02T01:09:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:09:33.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:09:33.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:10:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:10:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:10:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:10:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:10:24.031Z||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-02-02T01:10:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:10:33.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:10:33.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:11:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:11:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:11:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:11:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:11:24.030Z||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-02-02T01:11:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:11:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:11:33.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:12:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:12:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:12:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:12:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:12:24.030Z||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-02-02T01:12:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:12:33.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:12:33.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:13:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:13:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:13:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:13:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:13:24.029Z||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-02-02T01:13:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:13:33.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:13:33.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:13:41.961Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-02T01:13:42.062Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5dad34c2 ((conn=701) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:14:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:14:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:14:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:14:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:14:24.030Z||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-02-02T01:14:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:14:33.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:14:33.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:15:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:15:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:15:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:15:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:15:24.030Z||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-02-02T01:15:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:15:33.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:15:33.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:16:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:16:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:16:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:16:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:16:24.030Z||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-02-02T01:16:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:16:33.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:16:33.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:17:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:17:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:17:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:17:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:17:24.030Z||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-02-02T01:17:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:17:33.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:17:33.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:18:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:18:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:18:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:18:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:18:24.030Z||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-02-02T01:18:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:18:33.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:18:33.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:19:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:19:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:19:24.030Z||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-02-02T01:19:24.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:19:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:19:24.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:19:33.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:19:33.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:20:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:20:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:20:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:20:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:20:24.030Z||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-02-02T01:20:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:20:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:20:33.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:21:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:21:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:21:24.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:21:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:21:24.030Z||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-02-02T01:21:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:21:33.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:21:33.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:22:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:22:24.030Z||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-02-02T01:22:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:22:33.574Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:22:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:23:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:23:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:23:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:23:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:23:24.030Z||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-02-02T01:23:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:23:33.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:23:33.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:24:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:24:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:24:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:24:24.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:24:24.030Z||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-02-02T01:24:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:24:33.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:24:33.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:25:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:25:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:25:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:25:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:25:24.030Z||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-02-02T01:25:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:25:33.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:25:33.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:26:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:26:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:26:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:26:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:26:24.030Z||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-02-02T01:26:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:26:33.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:26:33.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:27:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:27:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:27:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:27:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:27:24.030Z||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-02-02T01:27:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:27:33.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:27:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:28:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:28:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:28:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:28:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:28:24.029Z||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-02-02T01:28:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:28:33.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:28:33.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:29:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:29:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:29:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:29:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:29:24.030Z||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-02-02T01:29:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:29:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:29:33.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:30:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:30:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:30:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:30:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:30:24.030Z||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-02-02T01:30:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:30:33.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:30:33.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:31:24.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:31:24.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:31:24.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:31:24.032Z||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-02-02T01:31:24.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:31:24.033Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:31:33.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:31:33.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:32:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:32:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:32:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:32:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:32:24.030Z||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-02-02T01:32:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:32:33.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:32:33.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:32:41.884Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7ae6e6b8 ((conn=703) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:32:41.889Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7ed96d3c ((conn=697) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:33:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:33:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:33:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:33:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:33:24.030Z||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-02-02T01:33:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:33:33.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:33:33.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:34:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:34:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:34:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:34:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:34:24.030Z||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-02-02T01:34:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:34:33.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:34:33.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:35:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:35:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:35:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:35:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:35:24.029Z||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-02-02T01:35:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:35:33.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:35:33.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:36:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:36:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:36:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:36:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:36:24.029Z||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-02-02T01:36:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:36:33.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:36:33.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:37:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:37:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:37:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:37:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:37:24.030Z||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-02-02T01:37:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:37:33.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:37:33.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:38:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:38:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:38:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:38:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:38:24.030Z||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-02-02T01:38:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:38:33.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:38:33.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:39:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:39:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:39:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:39:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:39:24.030Z||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-02-02T01:39:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:39:33.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:39:33.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:40:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:40:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:40:24.030Z||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-02-02T01:40:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.163Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:24.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "policy-id",
  "timestamp": 1643766007522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643765996835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643765996791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643765997439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "clamp",
  "timestamp": 1643765993035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "policy-id",
  "timestamp": 1643766007522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766003083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "policy-id",
  "timestamp": 1643766007522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766010320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643766010341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766011132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "policy-id",
  "timestamp": 1643766007522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:40:24.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "cds",
  "timestamp": 1643766011354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-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-02-02T01:40:24.266Z||pool-2-thread-3|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6a7675c7 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=992) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T01:40:24.268Z||pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:24.268Z||pool-2-thread-3|||||ERROR|500||(conn=992) WSREP has not yet prepared node for application use
2022-02-02T01:40:24.269Z||pool-2-thread-3|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=992) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T01:40:24.270Z||pool-2-thread-3|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=992) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T01:40:24.274Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T01:40:24.275Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-02-02T01:40:24.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cb4bea8-2692-4b17-8deb-1f086c310df1","serviceName":"vFW 2022-02-02 01-37-19","serviceVersion":"1.0","serviceUUID":"7c808911-5e49-4e2c-8b5a-4e0e0caeddf7","serviceDescription":"catalog service description","serviceInvariantUUID":"ab026433-d421-4212-a60c-eea87e542a72","resources":[{"resourceInstanceName":"vFW 10f8398c-66e2 0","resourceName":"vFW 10f8398c-66e2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"059841f7-dbfe-4a54-a5d8-999a3510c7ac","resourceInvariantUUID":"3833c533-25d7-41a6-ba48-83a089963c78","resourceCustomizationUUID":"7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml","artifactChecksum":"YjczMGYwNmFkNGFhNzJjOGRkZjUzZGUzYTgxZDAzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"506ab6a6-cc76-48e2-a266-a299e51a911c","artifactVersion":"1"},{"artifactName":"vfw10f8398c66e20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json","artifactChecksum":"YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48b59f98-1b7d-4eb5-812f-66d5f11a302f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"042c7948-c2e7-405e-a3bf-6d8233303626","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml","artifactChecksum":"MTExNjRmMzlmMTdmMjRjODM0NTMyZDA0NTk3MWE0MDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56f43eba-a06b-438b-a466-0f773f091b40","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebb8b28d-298e-45aa-be84-22266a8cd0cd","artifactVersion":"2","generatedFromUUID":"042c7948-c2e7-405e-a3bf-6d8233303626"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202013719-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml","artifactChecksum":"OGJhYjU0ZWQ0NTk0Mjg5Nzg3NmQxNmNkZDJmNTJlODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bcf9b5bf-f4ec-41f1-be27-6a61524d6a0b","artifactVersion":"1"},{"artifactName":"service-Vfw20220202013719-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar","artifactChecksum":"OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d54a32a-bcce-4c72-9497-4dd19c447a13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:40:24.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:24.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:24.677Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:24.677Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.777Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-02T01:40:24.781Z||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-02-02T01:40:24.781Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.793Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:24.793Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:25.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:25.682Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:25.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:25.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:40:25.784Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:25.785Z||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-02-02T01:40:25.785Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:25.796Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:25.797Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:26.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:26.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:26.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:26.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:40:26.787Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:26.788Z||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-02-02T01:40:26.829Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:26.840Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:26.841Z||pool-5-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:27.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:27.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:27.690Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:27.690Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:27.791Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:27.792Z||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-02-02T01:40:27.792Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:27.802Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:27.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:40:28.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:28.692Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:28.694Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:28.694Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:40:28.794Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:28.795Z||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-02-02T01:40:28.795Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:28.807Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:28.808Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:29.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:29.696Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:29.698Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:29.698Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:40:29.798Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:29.798Z||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-02-02T01:40:29.799Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:29.809Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:29.809Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:30.699Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:30.700Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:30.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:30.702Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:40:30.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:30.802Z||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-02-02T01:40:30.802Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:30.814Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:30.814Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:31.704Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "serviceName": "vFW 2022-02-02 01-37-19",
  "serviceVersion": "1.0",
  "serviceUUID": "7c808911-5e49-4e2c-8b5a-4e0e0caeddf7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab026433-d421-4212-a60c-eea87e542a72",
  "resources": [
    {
      "resourceInstanceName": "vFW 10f8398c-66e2 0",
      "resourceCustomizationUUID": "7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e",
      "resourceName": "vFW 10f8398c-66e2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "059841f7-dbfe-4a54-a5d8-999a3510c7ac",
      "resourceInvariantUUID": "3833c533-25d7-41a6-ba48-83a089963c78",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw10f8398c66e20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
          "artifactChecksum": "YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "48b59f98-1b7d-4eb5-812f-66d5f11a302f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "042c7948-c2e7-405e-a3bf-6d8233303626",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ebb8b28d-298e-45aa-be84-22266a8cd0cd",
            "generatedFromUUID": "042c7948-c2e7-405e-a3bf-6d8233303626"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ebb8b28d-298e-45aa-be84-22266a8cd0cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202013719-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
      "artifactChecksum": "OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d54a32a-bcce-4c72-9497-4dd19c447a13"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:40:31.705Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:40:31.705Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c808911-5e49-4e2c-8b5a-4e0e0caeddf7 ASDC
2022-02-02T01:40:31.774Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7cb4bea8-2692-4b17-8deb-1f086c310df1
ServiceName:vFW 2022-02-02 01-37-19
ServiceVersion:1.0
ServiceUUID:7c808911-5e49-4e2c-8b5a-4e0e0caeddf7
ServiceInvariantUUID:ab026433-d421-4212-a60c-eea87e542a72
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202013719-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar
ArtifactUUID:7d54a32a-bcce-4c72-9497-4dd19c447a13
ArtifactChecksum:OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 10f8398c-66e2 0
ResourceCustomizationUUID:7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e
ResourceInvariantUUID:3833c533-25d7-41a6-ba48-83a089963c78
ResourceName:vFW 10f8398c-66e2
ResourceType:VF
ResourceUUID:059841f7-dbfe-4a54-a5d8-999a3510c7ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw10f8398c66e20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json
ArtifactUUID:48b59f98-1b7d-4eb5-812f-66d5f11a302f
ArtifactChecksum:YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU=
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml
ArtifactUUID:042c7948-c2e7-405e-a3bf-6d8233303626
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env
ArtifactUUID:ebb8b28d-298e-45aa-be84-22266a8cd0cd
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env
ArtifactUUID:ebb8b28d-298e-45aa-be84-22266a8cd0cd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:40:31.775Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c808911-5e49-4e2c-8b5a-4e0e0caeddf7 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=?
2022-02-02T01:40:31.818Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1bbe8802 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1486) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-02T01:40:31.819Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:31.819Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||(conn=1486) WSREP has not yet prepared node for application use
2022-02-02T01:40:31.820Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1486) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-02T01:40:31.821Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1486) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-02T01:40:31.824Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 31 common frames omitted
2022-02-02T01:40:31.824Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cb4bea8-2692-4b17-8deb-1f086c310df1 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-02-02T01:40:31.892Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@240d7bc8 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1487) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-02-02T01:40:31.893Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:31.893Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||(conn=1487) WSREP has not yet prepared node for application use
2022-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1487) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	... 9 common frames omitted
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1487) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-02-02T01:40:31.896Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-02T01:40:31.896Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cb4bea8-2692-4b17-8deb-1f086c310df1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T01:40:31.897Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-02T01:40:31.897Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:31.898Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:31.898Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766031896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-02T01:40:31.999Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:40:31.999Z||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-02-02T01:40:31.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:32.011Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:40:32.012Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:41:24.028Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:41:24.028Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:41:24.029Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:41:24.030Z||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-02-02T01:41:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "aai-ml",
  "timestamp": 1643766023978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:41:24.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:41:24.655Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:24.656Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:41:24.657Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7daeb474-508e-442e-a77e-039060743d56","serviceName":"basic_onboard_zgZyWI","serviceVersion":"1.0","serviceUUID":"90751fd7-9894-47ce-9a7a-83a80c5dab12","serviceDescription":"service","serviceInvariantUUID":"02db9898-3041-4a47-8377-90a8af5ee952","resources":[{"resourceInstanceName":"basic_onboard_zgZyWI 0","resourceName":"basic_onboard_zgZyWI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ed116e3-5979-4613-9f2d-0e60210b5082","resourceInvariantUUID":"3fd4b021-9cdd-4a07-9cea-05c7c57d769c","resourceCustomizationUUID":"490c8155-df59-421d-96a7-250f11c48431","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml","artifactChecksum":"OGIwZjYyOGIwYWM3Nzc4ZjdiMTE4NjRhNjRkMDk0NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a0f6878-1959-40a0-8477-3fe38daed0a3","artifactVersion":"1"},{"artifactName":"basic_onboard_zgzywi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json","artifactChecksum":"MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"181dbb0f-081d-4c98-8a70-90f78ad857b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a13776ea-30ec-4755-ba1e-0e7531446114","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45e6d3c9-d0fb-4235-93c5-15a4d7a8e7d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d","artifactVersion":"2","generatedFromUUID":"a13776ea-30ec-4755-ba1e-0e7531446114"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZgzywi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml","artifactChecksum":"OTc4NDZmYjIwZTNmZDFjMWI0NjQ5YzYzNTMzOGNhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c564c63-b30f-4630-9cbe-f164b9503a01","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZgzywi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar","artifactChecksum":"MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e6b298-a865-407e-8fec-c5ca5bbffd6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:41:24.659Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:24.660Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:24.662Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:24.662Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:41:24.763Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:24.763Z||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-02-02T01:41:24.763Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.776Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:24.776Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:25.663Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:25.664Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:25.666Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:25.666Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:41:25.766Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:25.768Z||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-02-02T01:41:25.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:25.779Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:25.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:26.667Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:26.668Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:26.670Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:26.671Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:41:26.771Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:26.771Z||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-02-02T01:41:26.772Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:26.782Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:26.782Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:27.671Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:27.672Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:27.674Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:27.675Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:41:27.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:27.776Z||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-02-02T01:41:27.776Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:27.786Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:27.787Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:28.675Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:28.676Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:28.678Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:28.678Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T01:41:28.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:28.779Z||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-02-02T01:41:28.780Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:28.791Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:28.792Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:29.679Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:29.680Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:29.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:29.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:41:29.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:29.783Z||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-02-02T01:41:29.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:29.800Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:29.800Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:30.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:30.683Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:30.685Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:30.685Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:41:30.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:30.786Z||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-02-02T01:41:30.786Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:30.799Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:30.800Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "serviceName": "basic_onboard_zgZyWI",
  "serviceVersion": "1.0",
  "serviceUUID": "90751fd7-9894-47ce-9a7a-83a80c5dab12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "02db9898-3041-4a47-8377-90a8af5ee952",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zgZyWI 0",
      "resourceCustomizationUUID": "490c8155-df59-421d-96a7-250f11c48431",
      "resourceName": "basic_onboard_zgZyWI",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ed116e3-5979-4613-9f2d-0e60210b5082",
      "resourceInvariantUUID": "3fd4b021-9cdd-4a07-9cea-05c7c57d769c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zgzywi0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
          "artifactChecksum": "MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "181dbb0f-081d-4c98-8a70-90f78ad857b6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a13776ea-30ec-4755-ba1e-0e7531446114",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d",
            "generatedFromUUID": "a13776ea-30ec-4755-ba1e-0e7531446114"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZgzywi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
      "artifactChecksum": "MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18e6b298-a865-407e-8fec-c5ca5bbffd6d"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90751fd7-9894-47ce-9a7a-83a80c5dab12 ASDC
2022-02-02T01:41:31.689Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7daeb474-508e-442e-a77e-039060743d56
ServiceName:basic_onboard_zgZyWI
ServiceVersion:1.0
ServiceUUID:90751fd7-9894-47ce-9a7a-83a80c5dab12
ServiceInvariantUUID:02db9898-3041-4a47-8377-90a8af5ee952
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZgzywi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
ArtifactUUID:18e6b298-a865-407e-8fec-c5ca5bbffd6d
ArtifactChecksum:MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zgZyWI 0
ResourceCustomizationUUID:490c8155-df59-421d-96a7-250f11c48431
ResourceInvariantUUID:3fd4b021-9cdd-4a07-9cea-05c7c57d769c
ResourceName:basic_onboard_zgZyWI
ResourceType:VF
ResourceUUID:4ed116e3-5979-4613-9f2d-0e60210b5082
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zgzywi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
ArtifactUUID:181dbb0f-081d-4c98-8a70-90f78ad857b6
ArtifactChecksum:MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg=
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/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a13776ea-30ec-4755-ba1e-0e7531446114
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/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
ArtifactUUID:01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
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/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
ArtifactUUID:01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:41:31.689Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90751fd7-9894-47ce-9a7a-83a80c5dab12 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-02-02T01:41:31.721Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:41:31.722Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18e6b298-a865-407e-8fec-c5ca5bbffd6d from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:31.724Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:31.991Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:32.005Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar 18e6b298-a865-407e-8fec-c5ca5bbffd6d 71560
2022-02-02T01:41:32.005Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar ASDC sendASDCNotification
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:32.007Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:32.007Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766092005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:41:32.108Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:41:32.108Z||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-02-02T01:41:32.109Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:32.120Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:32.121Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:33.008Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:41:33.009Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:33.010Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 18e6b298-a865-407e-8fec-c5ca5bbffd6d, URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar to file: /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.010Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.056Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.056Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.370Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7755535078915162322/Definitions/service-BasicOnboardZgzywi-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-02-02T01:41:34.646Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zgZyWI 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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:41:34.656Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.657Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.659Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.659Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:41:34.660Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dd029dd-56d4-45ac-8441-4283043ed9f8
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:34.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zgZyWI
Description:service
Model UUID:90751fd7-9894-47ce-9a7a-83a80c5dab12
Model Version:NULL
Model InvariantUuid:02db9898-3041-4a47-8377-90a8af5ee952
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zgZyWI
Model UUID:4a7a90a0-6c44-4022-af5d-b499dd6b9bfb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3fd4b021-9cdd-4a07-9cea-05c7c57d769c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:490c8155-df59-421d-96a7-250f11c48431
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
ModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
ModelUuid:85e7b285-4cc2-4821-bdf6-07727ca2584e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1dd029dd-56d4-45ac-8441-4283043ed9f8
ModelInvariantUuid:5294fee1-a177-4ea2-886c-c80bbe7eb89e
ModelName:basic_onboard_zgZyWI-nodes.ubuntu18Cvfc
ModelUuid:2c2ea5da-27a6-4f87-be25-aa2c2f63a9e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9253f34f-140e-48e0-842f-3b3b2e38fb1c
ModelInvariantUuid:04413380-c07d-408b-9d09-89ef5324cb6f
ModelName:BasicOnboardZgzywi.compute.nodes.heat.ubuntu18
ModelUuid:8c5c7006-2047-4b04-a318-58f2018e02b1
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-02-02T01:41:34.680Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ed116e3-5979-4613-9f2d-0e60210b5082
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-02-02T01:41:34.690Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||basic_onboard_zgZyWI 0
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ed116e3-5979-4613-9f2d-0e60210b5082
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 181dbb0f-081d-4c98-8a70-90f78ad857b6 from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.781Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:34.781Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json 181dbb0f-081d-4c98-8a70-90f78ad857b6 798
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json ASDC sendASDCNotification
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:34.785Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:34.785Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766094782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:41:34.885Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:34.886Z||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-02-02T01:41:34.886Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:34.897Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:34.898Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:35.786Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZgzywi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aeca37f1-1697-4e8d-8f64-bb5d48fa374a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85e7b285-4cc2-4821-bdf6-07727ca2584e",
    "vfModuleModelCustomizationUUID": "80a74bee-d766-4fc8-888f-3f48457306e2",
    "isBase": true,
    "artifacts": [
      "a13776ea-30ec-4755-ba1e-0e7531446114",
      "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d"
    ],
    "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-02-02T01:41:35.799Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85e7b285-4cc2-4821-bdf6-07727ca2584e
VfModuleModelInvariantUUID:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a13776ea-30ec-4755-ba1e-0e7531446114
,
01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d

}
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-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZgzywi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aeca37f1-1697-4e8d-8f64-bb5d48fa374a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85e7b285-4cc2-4821-bdf6-07727ca2584e",
    "vfModuleModelCustomizationUUID": "80a74bee-d766-4fc8-888f-3f48457306e2",
    "isBase": true,
    "artifacts": [
      "a13776ea-30ec-4755-ba1e-0e7531446114",
      "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d"
    ],
    "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-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85e7b285-4cc2-4821-bdf6-07727ca2584e
VfModuleModelInvariantUUID:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a13776ea-30ec-4755-ba1e-0e7531446114
,
01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d

}
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-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a13776ea-30ec-4755-ba1e-0e7531446114 from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.878Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml a13776ea-30ec-4755-ba1e-0e7531446114 5033
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:35.881Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:35.881Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766095879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:41:35.981Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:35.982Z||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-02-02T01:41:35.982Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:35.994Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:35.995Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:36.882Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:36.883Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:36.883Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:37.071Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env 01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d 909
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:37.073Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:37.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:37.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766097072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:41:37.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:37.176Z||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-02-02T01:41:37.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:37.186Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:37.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:41:38.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 90751fd7-9894-47ce-9a7a-83a80c5dab12
2022-02-02T01:41:38.076Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zgZyWI 0 4ed116e3-5979-4613-9f2d-0e60210b5082 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-02-02T01:41:38.100Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b821849, org.onap.sdc.toscaparser.api.parameters.Input@70c84f6c, org.onap.sdc.toscaparser.api.parameters.Input@78671ef1, org.onap.sdc.toscaparser.api.parameters.Input@725647b7, org.onap.sdc.toscaparser.api.parameters.Input@690d59e4]
2022-02-02T01:41:38.102Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.102Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 490c8155-df59-421d-96a7-250f11c48431
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 490c8155-df59-421d-96a7-250f11c48431 matches Tosca VF Customization UUID: 490c8155-df59-421d-96a7-250f11c48431
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 490c8155-df59-421d-96a7-250f11c48431  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-02-02T01:41:38.107Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.107Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 490c8155-df59-421d-96a7-250f11c48431: {\"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-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@705c5595
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:41:38.109Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80a74bee-d766-4fc8-888f-3f48457306e2
2022-02-02T01:41:38.109Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80a74bee-d766-4fc8-888f-3f48457306e2
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-02-02T01:41:38.113Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.113Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:41:38.115Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:38.115Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dd029dd-56d4-45ac-8441-4283043ed9f8
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-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.120Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.120Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=490c8155-df59-421d-96a7-250f11c48431
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-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 90751fd7-9894-47ce-9a7a-83a80c5dab12: basic_onboard_zgZyWI
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_zgZyWI 
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-02-02T01:41:38.260Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zgZyWI 4ed116e3-5979-4613-9f2d-0e60210b5082 1 ASDC deployResourceStructure
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json ASDC sendASDCNotification
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:38.262Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:38.262Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766098261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:41:38.363Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:41:38.364Z||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-02-02T01:41:38.364Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:38.376Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:38.376Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:39.263Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:39.266Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:39.266Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766099263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:41:39.366Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:39.367Z||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-02-02T01:41:39.367Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:39.379Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:39.380Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:40.267Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:40.270Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:40.270Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766100267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:41:40.370Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:40.371Z||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-02-02T01:41:40.371Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:40.383Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:40.383Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:41.271Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar ASDC sendASDCNotification
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:41.274Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:41.274Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766101271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:41:41.374Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:41.375Z||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-02-02T01:41:41.375Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:41.387Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:41:41.387Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:42.275Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:41:42.295Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:42:12.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:42:12.308Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:42:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:42:24.030Z||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-02-02T01:42:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:42:24.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766024027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766031896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "aai-ml",
  "timestamp": 1643766036977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
  "consumerID": "aai-ml",
  "timestamp": 1643766037982,
  "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-02-02T01:42:24.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7cb4bea8-2692-4b17-8deb-1f086c310df1
2022-02-02T01:42:24.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4bea8-2692-4b17-8deb-1f086c310df1 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-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766056835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766056791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766053035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766068504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766068516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "cds",
  "timestamp": 1643766069508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-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-02-02T01:42:24.094Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.094Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766069566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766063083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766070915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766071671,
  "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-02-02T01:42:24.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766071770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766072674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766073096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766073779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766074099,
  "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-02-02T01:42:24.115Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.115Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766067522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "clamp",
  "timestamp": 1643766074782,
  "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-02-02T01:42:24.125Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.125Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766075628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766076631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "policy-id",
  "timestamp": 1643766077634,
  "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-02-02T01:42:24.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766076131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766083853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:42.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:42:42.323Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:12.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:43:12.337Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:43:24.030Z||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-02-02T01:43:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:43:24.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:43:24.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766089621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "aai-ml",
  "timestamp": 1643766090625,
  "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-02-02T01:43:24.562Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:43:24.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766092005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766094782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766095879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766097072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766098261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766099263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766100267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766101271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:42.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:43:42.350Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:43:42.357Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:44:12.358Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:44:12.363Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7daeb474-508e-442e-a77e-039060743d56 and serviceModelVersionId: 90751fd7-9894-47ce-9a7a-83a80c5dab12
2022-02-02T01:44:12.363Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02db9898-3041-4a47-8377-90a8af5ee952
2022-02-02T01:44:22.070Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0
2022-02-02T01:44:22.134Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:44:22.434Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|INFO|500||Invoke
2022-02-02T01:44:22.439Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7daeb474-508e-442e-a77e-039060743d56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39b1506a-89bd-4433-94ba-13fa8e200041], X-ECOMP-RequestID=[7daeb474-508e-442e-a77e-039060743d56], X-TransactionId=[], X-ONAP-RequestID=[7daeb474-508e-442e-a77e-039060743d56], Content-Type=[application/merge-patch+json]}
2022-02-02T01:44:22.649Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:44:22.958Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?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/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-01:44:22:658-22668], vertex-id=[208896], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:44:22 GMT], Content-Type=[application/json]}
2022-02-02T01:44:22.960Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:44:22.960Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|INFO|500||InvokeReturn
2022-02-02T01:44:22.962Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:44:22.962Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:44:22.966Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:44:22.967Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7daeb474-508e-442e-a77e-039060743d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:44:22.967Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:44:22.968Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:44:22.969Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:44:22.970Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766262967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:44:23.070Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:44:23.071Z||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-02-02T01:44:23.071Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:23.087Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:44:23.087Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T01:44:23.981Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:23.982Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:23.982Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:24.030Z||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-02-02T01:44:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7daeb474-508e-442e-a77e-039060743d56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766262967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:44:24.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:44:34.448Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:43.991Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:44:43.992Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:43.993Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:43.993Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:53.533Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:24.027Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:45:24.028Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:45:24.028Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:45:24.029Z||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-02-02T01:45:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.657Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:24.658Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.658Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eace4ccf-acec-48d2-807a-03bebb1edb90","serviceName":"vFW 2022-02-02 01-43-23","serviceVersion":"1.0","serviceUUID":"9aa45011-400b-4871-8990-6bd62fbb9d4a","serviceDescription":"catalog service description","serviceInvariantUUID":"fa22445f-e8b7-4385-b293-790a8b0a340e","resources":[{"resourceInstanceName":"vFW 6f9e76a5-646f 0","resourceName":"vFW 6f9e76a5-646f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85f4419c-054c-4191-aa24-7e0cfef06d0c","resourceInvariantUUID":"9e51c1e8-6dcc-4f60-bc66-37d26ce406ef","resourceCustomizationUUID":"ca159849-a5fc-428d-863b-780d4f11c01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml","artifactChecksum":"ODVlMjNlMzg3MzE3NDQxNTYxNTVjOTg0ZjYwMzhjZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fb43325-1d68-4932-af94-bf9c6ad82247","artifactVersion":"1"},{"artifactName":"vfw6f9e76a5646f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json","artifactChecksum":"M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d57c41a1-44ec-41d9-9757-7fa80498640f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml","artifactChecksum":"YmY2OGEyYmMzNmY4ZTczMzk1MjFlMGRkYTk2MzMwODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ca4cee5-6111-499e-82b3-0e653b90b224","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6794e87-ee8f-4f00-9d68-9dc3a4656228","artifactVersion":"2","generatedFromUUID":"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202014323-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml","artifactChecksum":"ZGI5NWM2OTJhNjk2MWIxNmNlZTdhZTA3M2I5MjQ5MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ab6eea-9bf2-46ab-b9ec-b6c3c814dd2e","artifactVersion":"1"},{"artifactName":"service-Vfw20220202014323-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar","artifactChecksum":"YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd94c33c-00d6-47fe-bdfd-f69175b5bc40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:45:24.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:24.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:24.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766293035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766287522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766296791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766296835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766303580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766297439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766304583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766304775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766304786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "policy-id",
  "timestamp": 1643766305585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:45:24.688Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.688Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "cds",
  "timestamp": 1643766305790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-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-02-02T01:45:24.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766305981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766307091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766308114,
  "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-02-02T01:45:24.708Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766308798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766309117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766303083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766310808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766310929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "clamp",
  "timestamp": 1643766311812,
  "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-02-02T01:45:24.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766313808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766314813,
  "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-02-02T01:45:24.727Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.727Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766316131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766323801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.767Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:24.767Z||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-02-02T01:45:24.767Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.779Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:24.780Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:25.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:25.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:25.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:25.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:45:25.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:25.771Z||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-02-02T01:45:25.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:25.782Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:25.782Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:26.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:26.672Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:26.673Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:26.674Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:45:26.774Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:26.775Z||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-02-02T01:45:26.775Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:26.785Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:26.785Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:27.674Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:27.675Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:27.677Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:27.677Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:27.777Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:45:27.778Z||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-02-02T01:45:27.778Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:27.789Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:27.790Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:28.678Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:28.679Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:28.681Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:28.681Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:45:28.781Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:28.782Z||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-02-02T01:45:28.782Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:28.793Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:28.793Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:29.682Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:29.683Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:29.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:29.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:45:29.785Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:29.786Z||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-02-02T01:45:29.786Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:29.796Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:29.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:30.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:30.686Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:30.688Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:30.688Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:45:30.789Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:45:30.789Z||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-02-02T01:45:30.789Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:30.799Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:30.800Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:31.691Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "serviceName": "vFW 2022-02-02 01-43-23",
  "serviceVersion": "1.0",
  "serviceUUID": "9aa45011-400b-4871-8990-6bd62fbb9d4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fa22445f-e8b7-4385-b293-790a8b0a340e",
  "resources": [
    {
      "resourceInstanceName": "vFW 6f9e76a5-646f 0",
      "resourceCustomizationUUID": "ca159849-a5fc-428d-863b-780d4f11c01d",
      "resourceName": "vFW 6f9e76a5-646f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85f4419c-054c-4191-aa24-7e0cfef06d0c",
      "resourceInvariantUUID": "9e51c1e8-6dcc-4f60-bc66-37d26ce406ef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6f9e76a5646f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
          "artifactChecksum": "M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d57c41a1-44ec-41d9-9757-7fa80498640f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6794e87-ee8f-4f00-9d68-9dc3a4656228",
            "generatedFromUUID": "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6794e87-ee8f-4f00-9d68-9dc3a4656228",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202014323-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
      "artifactChecksum": "YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd94c33c-00d6-47fe-bdfd-f69175b5bc40"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:45:31.691Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:45:31.692Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9aa45011-400b-4871-8990-6bd62fbb9d4a ASDC
2022-02-02T01:45:31.692Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eace4ccf-acec-48d2-807a-03bebb1edb90
ServiceName:vFW 2022-02-02 01-43-23
ServiceVersion:1.0
ServiceUUID:9aa45011-400b-4871-8990-6bd62fbb9d4a
ServiceInvariantUUID:fa22445f-e8b7-4385-b293-790a8b0a340e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202014323-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
ArtifactUUID:fd94c33c-00d6-47fe-bdfd-f69175b5bc40
ArtifactChecksum:YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6f9e76a5-646f 0
ResourceCustomizationUUID:ca159849-a5fc-428d-863b-780d4f11c01d
ResourceInvariantUUID:9e51c1e8-6dcc-4f60-bc66-37d26ce406ef
ResourceName:vFW 6f9e76a5-646f
ResourceType:VF
ResourceUUID:85f4419c-054c-4191-aa24-7e0cfef06d0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6f9e76a5646f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
ArtifactUUID:d57c41a1-44ec-41d9-9757-7fa80498640f
ArtifactChecksum:M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM=
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
ArtifactUUID:b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
ArtifactUUID:d6794e87-ee8f-4f00-9d68-9dc3a4656228
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
ArtifactUUID:d6794e87-ee8f-4f00-9d68-9dc3a4656228
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:45:31.692Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aa45011-400b-4871-8990-6bd62fbb9d4a 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-02-02T01:45:31.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fd94c33c-00d6-47fe-bdfd-f69175b5bc40 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:32.066Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar fd94c33c-00d6-47fe-bdfd-f69175b5bc40 98931
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar ASDC sendASDCNotification
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:32.074Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:32.074Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:32.076Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:32.077Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766332073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:32.177Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:32.178Z||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-02-02T01:45:32.178Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:32.190Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:32.190Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:33.077Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:45:33.078Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:33.079Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fd94c33c-00d6-47fe-bdfd-f69175b5bc40, URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar to file: /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.079Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.080Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.080Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.472Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP497090739717113185/Definitions/service-Vfw20220202014323-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-02T01:45:35.142Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6f9e76a5-646f 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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a04af738-d213-4450-a555-49c1f701ab1b
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3c75ff31-62ef-4b9e-b783-2af931b980f2
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59d39d39-90d4-42b6-a3c5-bc72f2673422
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-02 01-43-23
Description:catalog service description
Model UUID:9aa45011-400b-4871-8990-6bd62fbb9d4a
Model Version:NULL
Model InvariantUuid:fa22445f-e8b7-4385-b293-790a8b0a340e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6f9e76a5-646f
Model UUID:349348d3-6e40-45e1-bb41-794298783c85
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e51c1e8-6dcc-4f60-bc66-37d26ce406ef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca159849-a5fc-428d-863b-780d4f11c01d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e9a34fd1-6e91-4300-a272-779a705b98f0
ModelName:Vfw6f9e76a5646f..base_vfw..module-0
ModelUuid:476c349a-64fc-452d-8c4d-49b9cf1ea481
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a04af738-d213-4450-a555-49c1f701ab1b
ModelInvariantUuid:ee3ab4c6-8d6b-4713-93b7-4e527e65cca1
ModelName:vFW 6f9e76a5-646f-nodes.vfwCvfc
ModelUuid:ce8331b7-975b-480d-99ce-bc17a38d3f05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:62331386-6c75-4ca9-a981-5a29d29c7efc
ModelInvariantUuid:77903ddc-5a2a-4075-b38c-63cfeb64d035
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vfw
ModelUuid:9900cbf9-ee90-4f0c-b013-0d3f75bd921e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3c75ff31-62ef-4b9e-b783-2af931b980f2
ModelInvariantUuid:07757cb7-90cf-4037-bf94-317d80ceb681
ModelName:vFW 6f9e76a5-646f-nodes.vsnCvfc
ModelUuid:b660d693-aba6-48a6-a372-7b7747afaaac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d8e1d2d-629b-463a-9128-a58e5bf866b2
ModelInvariantUuid:a60cca6d-876b-42d7-9c9d-2cea78ccf52c
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vsn
ModelUuid:dde28f5d-866d-46c7-b5f0-c1f66dc17098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:59d39d39-90d4-42b6-a3c5-bc72f2673422
ModelInvariantUuid:1cfe926e-44c6-486a-adde-0c2e309104e8
ModelName:vFW 6f9e76a5-646f-nodes.vpgCvfc
ModelUuid:77cfdb39-1c35-432c-8f04-0fc27183881d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4af42cfa-7131-4810-b0c2-80a387be6e7e
ModelInvariantUuid:fc50cff6-8116-407a-a8fc-e79aae3e6ff9
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vpg
ModelUuid:1b43c46a-6e55-4f5f-99db-2f83d3e9325e
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-02-02T01:45:35.162Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 85f4419c-054c-4191-aa24-7e0cfef06d0c
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-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||vFW 6f9e76a5-646f 0
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85f4419c-054c-4191-aa24-7e0cfef06d0c
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d57c41a1-44ec-41d9-9757-7fa80498640f from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json d57c41a1-44ec-41d9-9757-7fa80498640f 785
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json ASDC sendASDCNotification
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:35.278Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:35.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:35.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766335277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:35.380Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:35.380Z||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-02-02T01:45:35.381Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:35.394Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:35.394Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:36.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6f9e76a5646f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e9a34fd1-6e91-4300-a272-779a705b98f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "476c349a-64fc-452d-8c4d-49b9cf1ea481",
    "vfModuleModelCustomizationUUID": "5c21c579-68d9-48ad-9147-0787109d221d",
    "isBase": true,
    "artifacts": [
      "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
      "d6794e87-ee8f-4f00-9d68-9dc3a4656228"
    ],
    "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-02-02T01:45:36.286Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f9e76a5646f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:476c349a-64fc-452d-8c4d-49b9cf1ea481
VfModuleModelInvariantUUID:e9a34fd1-6e91-4300-a272-779a705b98f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
,
d6794e87-ee8f-4f00-9d68-9dc3a4656228

}
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-02-02T01:45:36.289Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6f9e76a5646f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e9a34fd1-6e91-4300-a272-779a705b98f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "476c349a-64fc-452d-8c4d-49b9cf1ea481",
    "vfModuleModelCustomizationUUID": "5c21c579-68d9-48ad-9147-0787109d221d",
    "isBase": true,
    "artifacts": [
      "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
      "d6794e87-ee8f-4f00-9d68-9dc3a4656228"
    ],
    "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-02-02T01:45:36.289Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f9e76a5646f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:476c349a-64fc-452d-8c4d-49b9cf1ea481
VfModuleModelInvariantUUID:e9a34fd1-6e91-4300-a272-779a705b98f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
,
d6794e87-ee8f-4f00-9d68-9dc3a4656228

}
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-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b02c3413-6e4e-4f5a-a979-a7b9e8dd7972 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.478Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml b02c3413-6e4e-4f5a-a979-a7b9e8dd7972 20368
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.480Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:36.480Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:36.482Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:36.482Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766336479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:36.582Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:36.583Z||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-02-02T01:45:36.583Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:36.594Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:36.595Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:45:37.483Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6794e87-ee8f-4f00-9d68-9dc3a4656228 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.484Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:37.484Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.677Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env d6794e87-ee8f-4f00-9d68-9dc3a4656228 2098
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:37.679Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:37.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:37.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766337678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:45:37.781Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:37.782Z||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-02-02T01:45:37.782Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:37.792Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:37.792Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:38.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9aa45011-400b-4871-8990-6bd62fbb9d4a
2022-02-02T01:45:38.682Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6f9e76a5-646f 0 85f4419c-054c-4191-aa24-7e0cfef06d0c 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-02-02T01:45:38.701Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e0eceec, org.onap.sdc.toscaparser.api.parameters.Input@36d32403, org.onap.sdc.toscaparser.api.parameters.Input@9246d39, org.onap.sdc.toscaparser.api.parameters.Input@45c6d10a, org.onap.sdc.toscaparser.api.parameters.Input@df71ef0]
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ca159849-a5fc-428d-863b-780d4f11c01d
2022-02-02T01:45:38.703Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca159849-a5fc-428d-863b-780d4f11c01d matches Tosca VF Customization UUID: ca159849-a5fc-428d-863b-780d4f11c01d
2022-02-02T01:45:38.703Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ca159849-a5fc-428d-863b-780d4f11c01d  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-02-02T01:45:38.705Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.705Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ca159849-a5fc-428d-863b-780d4f11c01d: {\"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-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42f4fb4e
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c21c579-68d9-48ad-9147-0787109d221d
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c21c579-68d9-48ad-9147-0787109d221d
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-02-02T01:45:38.708Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:38.712Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.712Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a04af738-d213-4450-a555-49c1f701ab1b
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-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3c75ff31-62ef-4b9e-b783-2af931b980f2
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-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59d39d39-90d4-42b6-a3c5-bc72f2673422
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-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.726Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.726Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=ca159849-a5fc-428d-863b-780d4f11c01d
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-02-02T01:45:38.727Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9aa45011-400b-4871-8990-6bd62fbb9d4a: vFW 6f9e76a5-646f
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-02 01-43-23 
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-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6f9e76a5-646f 85f4419c-054c-4191-aa24-7e0cfef06d0c 1 ASDC deployResourceStructure
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json ASDC sendASDCNotification
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:38.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:38.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766338905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:39.007Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:39.008Z||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-02-02T01:45:39.008Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:39.020Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:39.020Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:39.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:39.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:39.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766339907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:40.010Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:40.011Z||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-02-02T01:45:40.011Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:40.022Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:40.022Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:40.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:45:40.911Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:40.911Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:40.912Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:40.914Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:40.914Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766340910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:41.014Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:41.015Z||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-02-02T01:45:41.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:41.027Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:41.027Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar ASDC sendASDCNotification
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:41.916Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:41.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:41.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766341915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:45:42.018Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:42.019Z||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-02-02T01:45:42.019Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:42.030Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:45:42.031Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:42.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:45:42.929Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:46:12.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:46:12.943Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:46:12.945Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:46:12.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:46:12.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:46:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:46:24.030Z||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-02-02T01:46:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:46:24.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:46:42.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:46:42.957Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:12.962Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:47:12.969Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:47:24.030Z||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-02-02T01:47:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:47:24.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766324027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766331167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766332073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "aai-ml",
  "timestamp": 1643766332171,
  "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-02-02T01:47:24.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:47:24.066Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766335277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766336479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766337678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766338905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766339907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766340910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766341915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:42.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:47:42.981Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:47:42.989Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:48:12.989Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:48:12.994Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eace4ccf-acec-48d2-807a-03bebb1edb90 and serviceModelVersionId: 9aa45011-400b-4871-8990-6bd62fbb9d4a
2022-02-02T01:48:12.995Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa22445f-e8b7-4385-b293-790a8b0a340e
2022-02-02T01:48:12.996Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0
2022-02-02T01:48:13.001Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:48:13.042Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?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-02-02T01:48:13.043Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|INFO|500||Invoke
2022-02-02T01:48:13.064Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:48:13.400Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|INFO|500||InvokeReturn
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-01:48:13:071-5009], vertex-id=[221264], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:48:13 GMT], Content-Type=[application/json]}
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:48:13.407Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eace4ccf-acec-48d2-807a-03bebb1edb90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:13.410Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:13.411Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766493408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:48:13.511Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:13.511Z||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-02-02T01:48:13.512Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:13.526Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:13.526Z||pool-42-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-02-02T01:48:14.420Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:48:14.421Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:48:14.421Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:19.347Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:19.348Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:48:19.348Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eabcd688-137a-4c02-92c4-0e3df3dadf46","serviceName":"vFW 2022-02-02 01-45-22","serviceVersion":"1.0","serviceUUID":"fc33668b-803b-4b0c-ac4a-81698aba199e","serviceDescription":"catalog service description","serviceInvariantUUID":"5c337c4a-1081-4aee-8383-e5e1d3ad70fd","resources":[{"resourceInstanceName":"vFW b2c28fed-72ae 0","resourceName":"vFW b2c28fed-72ae","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"112515e9-c53f-4694-a551-a864423664f9","resourceInvariantUUID":"603ddf4d-390b-42e9-a1fd-abe899461038","resourceCustomizationUUID":"194a6743-5b58-4434-848b-20a9e70c0819","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml","artifactChecksum":"OTM5YmRkZWE5ZDZlZjg4YmJiNGI2MDlkZDdhOTY2YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83e08a63-4aac-4277-8288-b06095319f8d","artifactVersion":"1"},{"artifactName":"vfwb2c28fed72ae0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json","artifactChecksum":"NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a69161b5-3173-4e55-ae7e-98f189b240e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ed1dc9-b23e-40d9-b084-c518dca8e30b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWZmNTYxNDgxYmMxZjhhOWQ3NzJmMjgzOThiOWRmNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81a22ce0-37a4-44ca-8898-32b0d179f319","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6bde0f7e-5748-4234-9065-02148bd35a71","artifactVersion":"2","generatedFromUUID":"42ed1dc9-b23e-40d9-b084-c518dca8e30b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202014522-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml","artifactChecksum":"MDM0ZTZkZTA1MGY3ZWI3MzNiZDI5MTU5MzAwNDYxZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfa23df8-d64a-49d9-837d-be0ec82a161d","artifactVersion":"1"},{"artifactName":"service-Vfw20220202014522-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar","artifactChecksum":"ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56533a31-50f9-4b2b-aabf-13355fa5837b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:48:19.350Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:19.350Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:19.352Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:19.352Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:19.453Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:48:19.453Z||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-02-02T01:48:19.453Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:19.464Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:19.464Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:20.353Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:20.355Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:20.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:20.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:48:20.457Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:20.458Z||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-02-02T01:48:20.458Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:20.468Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:20.468Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:21.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:21.358Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:21.360Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:21.360Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:48:21.461Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:21.461Z||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-02-02T01:48:21.461Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:21.472Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:21.472Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:22.361Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:22.362Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:22.364Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:22.364Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:22.464Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:22.465Z||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-02-02T01:48:22.465Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:22.477Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:22.477Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:23.365Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:23.365Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:23.367Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:23.368Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:48:23.468Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:23.469Z||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-02-02T01:48:23.469Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:23.479Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:23.479Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:48:24.029Z||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-02-02T01:48:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:24.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766397439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766396791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766393083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766401835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766409033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766409137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766409626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766410229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "cds",
  "timestamp": 1643766410630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-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-02-02T01:48:24.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766411328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766411912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766412350,
  "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-02-02T01:48:24.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766406131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766412916,
  "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-02-02T01:48:24.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766413353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766413862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766415224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766416227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "policy-id",
  "timestamp": 1643766417229,
  "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-02-02T01:48:24.120Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766413035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766420887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "aai-ml",
  "timestamp": 1643766421891,
  "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-02-02T01:48:24.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766425812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766427823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "clamp",
  "timestamp": 1643766428827,
  "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-02-02T01:48:24.143Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.368Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:24.369Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:24.371Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:24.371Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.472Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:24.472Z||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-02-02T01:48:24.472Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:24.484Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:24.484Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:25.372Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:25.372Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:25.374Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:25.374Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:48:25.475Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:48:25.475Z||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-02-02T01:48:25.475Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:25.486Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:25.486Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:26.376Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "serviceName": "vFW 2022-02-02 01-45-22",
  "serviceVersion": "1.0",
  "serviceUUID": "fc33668b-803b-4b0c-ac4a-81698aba199e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c337c4a-1081-4aee-8383-e5e1d3ad70fd",
  "resources": [
    {
      "resourceInstanceName": "vFW b2c28fed-72ae 0",
      "resourceCustomizationUUID": "194a6743-5b58-4434-848b-20a9e70c0819",
      "resourceName": "vFW b2c28fed-72ae",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "112515e9-c53f-4694-a551-a864423664f9",
      "resourceInvariantUUID": "603ddf4d-390b-42e9-a1fd-abe899461038",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb2c28fed72ae0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
          "artifactChecksum": "NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a69161b5-3173-4e55-ae7e-98f189b240e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42ed1dc9-b23e-40d9-b084-c518dca8e30b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6bde0f7e-5748-4234-9065-02148bd35a71",
            "generatedFromUUID": "42ed1dc9-b23e-40d9-b084-c518dca8e30b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6bde0f7e-5748-4234-9065-02148bd35a71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202014522-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
      "artifactChecksum": "ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56533a31-50f9-4b2b-aabf-13355fa5837b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:48:26.376Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:48:26.377Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc33668b-803b-4b0c-ac4a-81698aba199e ASDC
2022-02-02T01:48:26.377Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eabcd688-137a-4c02-92c4-0e3df3dadf46
ServiceName:vFW 2022-02-02 01-45-22
ServiceVersion:1.0
ServiceUUID:fc33668b-803b-4b0c-ac4a-81698aba199e
ServiceInvariantUUID:5c337c4a-1081-4aee-8383-e5e1d3ad70fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202014522-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
ArtifactUUID:56533a31-50f9-4b2b-aabf-13355fa5837b
ArtifactChecksum:ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2c28fed-72ae 0
ResourceCustomizationUUID:194a6743-5b58-4434-848b-20a9e70c0819
ResourceInvariantUUID:603ddf4d-390b-42e9-a1fd-abe899461038
ResourceName:vFW b2c28fed-72ae
ResourceType:VF
ResourceUUID:112515e9-c53f-4694-a551-a864423664f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2c28fed72ae0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
ArtifactUUID:a69161b5-3173-4e55-ae7e-98f189b240e2
ArtifactChecksum:NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y=
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
ArtifactUUID:42ed1dc9-b23e-40d9-b084-c518dca8e30b
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
ArtifactUUID:6bde0f7e-5748-4234-9065-02148bd35a71
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
ArtifactUUID:6bde0f7e-5748-4234-9065-02148bd35a71
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:48:26.377Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc33668b-803b-4b0c-ac4a-81698aba199e 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-02-02T01:48:26.397Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56533a31-50f9-4b2b-aabf-13355fa5837b from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.470Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:26.477Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar 56533a31-50f9-4b2b-aabf-13355fa5837b 98878
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar ASDC sendASDCNotification
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:26.479Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:26.480Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:26.481Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766506478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:26.581Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:26.581Z||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-02-02T01:48:26.582Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:26.592Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:26.592Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:27.481Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:48:27.482Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:27.482Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 56533a31-50f9-4b2b-aabf-13355fa5837b, URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar to file: /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.590Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15007735647586567209/Definitions/service-Vfw20220202014522-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2c28fed-72ae 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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa86e450-9fd6-4c64-a394-e5c87f01022c
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e5a5994-0744-475e-9d63-6748a141a048
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=89a90a42-ebfe-4f70-a1ed-a68bc5f2768f
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-02 01-45-22
Description:catalog service description
Model UUID:fc33668b-803b-4b0c-ac4a-81698aba199e
Model Version:NULL
Model InvariantUuid:5c337c4a-1081-4aee-8383-e5e1d3ad70fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b2c28fed-72ae
Model UUID:47ba9f73-47bd-4503-8e6f-d7c368fd920f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:603ddf4d-390b-42e9-a1fd-abe899461038
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:194a6743-5b58-4434-848b-20a9e70c0819
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
ModelName:VfwB2c28fed72ae..base_vfw..module-0
ModelUuid:56ca22ae-29f4-4988-afa4-28874a904ed7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa86e450-9fd6-4c64-a394-e5c87f01022c
ModelInvariantUuid:1d0ff83d-8eaa-4c59-82c2-c3ed62e73855
ModelName:vFW b2c28fed-72ae-nodes.vfwCvfc
ModelUuid:c10ee915-3e4b-481f-a417-297eab608b45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:93002850-306f-48e4-be17-ab9e8495875a
ModelInvariantUuid:e494b3e9-6244-4164-83de-3a55d30a7a29
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vfw
ModelUuid:cebc83e3-fde7-4c94-8a61-819dff1022e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6e5a5994-0744-475e-9d63-6748a141a048
ModelInvariantUuid:b56c8fb9-6f53-4f02-845e-883f77606c18
ModelName:vFW b2c28fed-72ae-nodes.vsnCvfc
ModelUuid:dd2fea78-1e7e-4b2c-b892-2c42bd318a0a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:94748a2a-3b68-4f74-8e1b-cf35fbffebe8
ModelInvariantUuid:f71dbbad-0c24-4ed5-97a4-c2ba4d75d049
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vsn
ModelUuid:154de66e-5767-4508-b6cd-96c959fd7d0a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:89a90a42-ebfe-4f70-a1ed-a68bc5f2768f
ModelInvariantUuid:ff0e4496-8632-44b0-9d8e-c2070837dc2f
ModelName:vFW b2c28fed-72ae-nodes.vpgCvfc
ModelUuid:bce4ce67-705b-4e22-9263-32d5e565ff58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9c13cc77-9b5e-4f11-8ba5-a236b6c16a72
ModelInvariantUuid:86e4cce8-c031-4e8a-9500-87b8c2a28e82
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vpg
ModelUuid:a14279b3-3e00-4253-97fe-64baf550d049
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-02-02T01:48:28.862Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 112515e9-c53f-4694-a551-a864423664f9
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-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||vFW b2c28fed-72ae 0
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 112515e9-c53f-4694-a551-a864423664f9
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a69161b5-3173-4e55-ae7e-98f189b240e2 from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.917Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json a69161b5-3173-4e55-ae7e-98f189b240e2 785
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json ASDC sendASDCNotification
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:28.919Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:28.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:28.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766508918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:29.021Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:29.022Z||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-02-02T01:48:29.022Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:29.033Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:29.034Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:29.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2c28fed72ae..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd04887b-2c0e-4c0f-a18b-27f5efa65a28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56ca22ae-29f4-4988-afa4-28874a904ed7",
    "vfModuleModelCustomizationUUID": "3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2",
    "isBase": true,
    "artifacts": [
      "42ed1dc9-b23e-40d9-b084-c518dca8e30b",
      "6bde0f7e-5748-4234-9065-02148bd35a71"
    ],
    "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-02-02T01:48:29.928Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2c28fed72ae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ca22ae-29f4-4988-afa4-28874a904ed7
VfModuleModelInvariantUUID:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ed1dc9-b23e-40d9-b084-c518dca8e30b
,
6bde0f7e-5748-4234-9065-02148bd35a71

}
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-02-02T01:48:29.930Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2c28fed72ae..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd04887b-2c0e-4c0f-a18b-27f5efa65a28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56ca22ae-29f4-4988-afa4-28874a904ed7",
    "vfModuleModelCustomizationUUID": "3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2",
    "isBase": true,
    "artifacts": [
      "42ed1dc9-b23e-40d9-b084-c518dca8e30b",
      "6bde0f7e-5748-4234-9065-02148bd35a71"
    ],
    "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-02-02T01:48:29.930Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2c28fed72ae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ca22ae-29f4-4988-afa4-28874a904ed7
VfModuleModelInvariantUUID:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ed1dc9-b23e-40d9-b084-c518dca8e30b
,
6bde0f7e-5748-4234-9065-02148bd35a71

}
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-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42ed1dc9-b23e-40d9-b084-c518dca8e30b from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.977Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml 42ed1dc9-b23e-40d9-b084-c518dca8e30b 20368
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:29.980Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:29.980Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766509978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:30.081Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:48:30.081Z||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-02-02T01:48:30.081Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:30.093Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:30.093Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:30.981Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bde0f7e-5748-4234-9065-02148bd35a71 from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:30.981Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:30.982Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env 6bde0f7e-5748-4234-9065-02148bd35a71 2098
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:31.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:31.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766511171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:48:31.273Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:31.274Z||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-02-02T01:48:31.274Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:31.285Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:31.285Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:32.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fc33668b-803b-4b0c-ac4a-81698aba199e
2022-02-02T01:48:32.174Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2c28fed-72ae 0 112515e9-c53f-4694-a551-a864423664f9 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-02-02T01:48:32.192Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea8dfc3, org.onap.sdc.toscaparser.api.parameters.Input@3e546b9b, org.onap.sdc.toscaparser.api.parameters.Input@69ff558b, org.onap.sdc.toscaparser.api.parameters.Input@19c92caa, org.onap.sdc.toscaparser.api.parameters.Input@187ae97]
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 194a6743-5b58-4434-848b-20a9e70c0819
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 194a6743-5b58-4434-848b-20a9e70c0819 matches Tosca VF Customization UUID: 194a6743-5b58-4434-848b-20a9e70c0819
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 194a6743-5b58-4434-848b-20a9e70c0819  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-02-02T01:48:32.195Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.195Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 194a6743-5b58-4434-848b-20a9e70c0819: {\"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-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fae89b7
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2
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-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:32.200Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.201Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:32.201Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.201Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa86e450-9fd6-4c64-a394-e5c87f01022c
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-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:32.203Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:32.204Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:48:32.205Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:32.205Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.205Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:32.205Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.205Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e5a5994-0744-475e-9d63-6748a141a048
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-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:32.207Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:32.208Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:32.209Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:32.209Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:48:32.209Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=89a90a42-ebfe-4f70-a1ed-a68bc5f2768f
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-02-02T01:48:32.210Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.210Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.211Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.211Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.211Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.211Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=194a6743-5b58-4434-848b-20a9e70c0819
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-02-02T01:48:32.212Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fc33668b-803b-4b0c-ac4a-81698aba199e: vFW b2c28fed-72ae
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.213Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.214Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-02 01-45-22 
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-02-02T01:48:32.381Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2c28fed-72ae 112515e9-c53f-4694-a551-a864423664f9 1 ASDC deployResourceStructure
2022-02-02T01:48:32.381Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json ASDC sendASDCNotification
2022-02-02T01:48:32.381Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:32.382Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:48:32.382Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:32.383Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:32.383Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766512381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:32.483Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:32.484Z||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-02-02T01:48:32.484Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:32.495Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:32.496Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:33.383Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:48:33.384Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:33.384Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:48:33.385Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:33.386Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:33.387Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766513383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:33.487Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:33.487Z||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-02-02T01:48:33.488Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:33.642Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:33.642Z||pool-55-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:34.387Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:48:34.388Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:34.388Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:48:34.388Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:34.390Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:34.390Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766514387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:34.490Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:34.491Z||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-02-02T01:48:34.491Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:34.501Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:34.502Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:35.391Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar ASDC sendASDCNotification
2022-02-02T01:48:35.391Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:35.392Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:48:35.392Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:35.393Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:35.394Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766515391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:48:35.494Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:35.494Z||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-02-02T01:48:35.495Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:35.506Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:48:35.506Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:48:36.394Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eabcd688-137a-4c02-92c4-0e3df3dadf46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:48:36.406Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eabcd688-137a-4c02-92c4-0e3df3dadf46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:48:36.409Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:48:36.409Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:48:36.409Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:48:36.409Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:48:36.409Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:48:36.410Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:48:36.414Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:49:06.415Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:49:06.419Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eabcd688-137a-4c02-92c4-0e3df3dadf46 and serviceModelVersionId: fc33668b-803b-4b0c-ac4a-81698aba199e
2022-02-02T01:49:06.419Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c337c4a-1081-4aee-8383-e5e1d3ad70fd
2022-02-02T01:49:06.420Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0
2022-02-02T01:49:06.426Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:49:06.453Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0|INFO|500||Invoke
2022-02-02T01:49:06.453Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eabcd688-137a-4c02-92c4-0e3df3dadf46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a567b096-9bc9-4b52-ba17-e46d716d4b0a], X-ECOMP-RequestID=[eabcd688-137a-4c02-92c4-0e3df3dadf46], X-TransactionId=[], X-ONAP-RequestID=[eabcd688-137a-4c02-92c4-0e3df3dadf46], Content-Type=[application/merge-patch+json]}
2022-02-02T01:49:06.468Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:49:06.866Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?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/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-01:49:06:476-24285], vertex-id=[225280], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:49:06 GMT], Content-Type=[application/json]}
2022-02-02T01:49:06.866Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:49:06.867Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c337c4a-1081-4aee-8383-e5e1d3ad70fd/model-vers/model-ver/fc33668b-803b-4b0c-ac4a-81698aba199e?depth=0|INFO|500||InvokeReturn
2022-02-02T01:49:06.867Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:49:06.867Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:49:06.871Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:49:06.871Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eabcd688-137a-4c02-92c4-0e3df3dadf46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:49:06.871Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:49:06.872Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:49:06.873Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:49:06.873Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766546871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:49:06.974Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:49:06.974Z||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-02-02T01:49:06.974Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:49:06.990Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:49:06.990Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T01:49:07.883Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:49:07.883Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:49:07.884Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:49:17.424Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:49:17.424Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:49:17.425Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:49:17.425Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:49:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:49:24.030Z||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-02-02T01:49:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:49:24.048Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:49:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766493408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:49:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:49:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:49:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:49:26.964Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:49:26.964Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:49:26.965Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:49:26.965Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:49:36.505Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:50:24.027Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:50:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:50:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:50:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:50:24.029Z||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-02-02T01:50:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:50:24.053Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:50:24.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T01:50:24.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:50:24.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:50:33.573Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:51:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:51:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:51:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:51:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:51:24.029Z||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-02-02T01:51:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:51:24.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:51:24.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766494420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:51:24.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:51:24.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766506478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:51:24.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766508918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:51:24.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766509978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:51:24.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766511171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766512381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766513383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766514387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766515391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:51:24.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:24.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T01:51:24.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766546871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:51:24.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:51:33.581Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:24.027Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:52:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:52:24.028Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:52:24.030Z||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-02-02T01:52:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:24.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:24.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766723082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766727522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766731835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766739352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766739426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766739630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766740358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "cds",
  "timestamp": 1643766740634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-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-02-02T01:52:24.266Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:52:24.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "policy-id",
  "timestamp": 1643766741360,
  "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-02-02T01:52:24.275Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:52:24.275Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766742624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766736131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766736791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766743628,
  "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-02-02T01:52:24.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:52:24.286Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:52:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:52:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766743862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:24.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:52:24.655Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:24.656Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:52:24.656Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d38b35b3-0177-4bbe-b244-1321ee92ccb5","serviceName":"vFW 2022-02-02 01-50-48","serviceVersion":"1.0","serviceUUID":"17c0d2ae-d12c-42cf-8577-0992ec36c511","serviceDescription":"catalog service description","serviceInvariantUUID":"339e00ef-bb75-475b-8af8-2795490275eb","resources":[{"resourceInstanceName":"vFW 38014a0f-57fc 0","resourceName":"vFW 38014a0f-57fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dce6a9c2-b108-4546-928b-a0aff514f1d1","resourceInvariantUUID":"10cc8102-70d5-4c56-adc8-ced894b17655","resourceCustomizationUUID":"c123c69e-8662-49cd-8509-855636e92f1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml","artifactChecksum":"ZDNhZTRmZDE2ZDIxNDhlMTM0NzhjYjJmZDQ1YjczMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8399f2f-7ff1-49e3-aeea-27d863bfc625","artifactVersion":"1"},{"artifactName":"vfw38014a0f57fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json","artifactChecksum":"Nzk1MDU5Y2Y0NjNiYjY3Y2ZjNDUxNWQ4YjE1YjljYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2743b60c-923b-45ce-97af-79ccbe909f37","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml","artifactChecksum":"NzBjMGE4ODJlYjRjYjNmYTNlZmQzOTc1MTE1ZGZjOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cc56377-aa8a-4e76-99cf-2720834cd506","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"97216bd8-2727-4965-8c97-71ab2596c6c8","artifactVersion":"2","generatedFromUUID":"1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202015048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml","artifactChecksum":"NzU2NWQwOTQxNDkwMDYyNTUwNDc4MmNmY2FjZTE0OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eaddce8e-5644-465f-9a78-4a6593a6cadf","artifactVersion":"1"},{"artifactName":"service-Vfw20220202015048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar","artifactChecksum":"OGEzOTFmMGI1YzNhODExYzRhNjVhNzU0NDYzYzI5OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2f0518e-ecac-46c1-94fd-db5e71d504e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:52:24.658Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:24.658Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:24.661Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:24.661Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:24.761Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:24.761Z||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-02-02T01:52:24.761Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:24.771Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:24.772Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:25.661Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:25.662Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:25.664Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:25.664Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:52:25.764Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:25.765Z||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-02-02T01:52:25.765Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:25.774Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:25.775Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:26.664Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:26.665Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:26.666Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:26.666Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:52:26.767Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:52:26.767Z||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-02-02T01:52:26.767Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:26.779Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:26.779Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:27.667Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:27.668Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:27.669Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:27.670Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:27.770Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:27.770Z||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-02-02T01:52:27.770Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:27.780Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:27.781Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:28.670Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:28.671Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:28.673Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:28.673Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:52:28.773Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:28.774Z||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-02-02T01:52:28.774Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:28.785Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:28.785Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:29.673Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:29.674Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:29.676Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:29.676Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:52:29.776Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:29.777Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:52:29.777Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:29.788Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:29.788Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:30.677Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:52:30.678Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:30.679Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:30.680Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:52:30.780Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:30.780Z||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-02-02T01:52:30.781Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:30.791Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:30.791Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:31.681Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "serviceName": "vFW 2022-02-02 01-50-48",
  "serviceVersion": "1.0",
  "serviceUUID": "17c0d2ae-d12c-42cf-8577-0992ec36c511",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "339e00ef-bb75-475b-8af8-2795490275eb",
  "resources": [
    {
      "resourceInstanceName": "vFW 38014a0f-57fc 0",
      "resourceCustomizationUUID": "c123c69e-8662-49cd-8509-855636e92f1d",
      "resourceName": "vFW 38014a0f-57fc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dce6a9c2-b108-4546-928b-a0aff514f1d1",
      "resourceInvariantUUID": "10cc8102-70d5-4c56-adc8-ced894b17655",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw38014a0f57fc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
          "artifactChecksum": "Nzk1MDU5Y2Y0NjNiYjY3Y2ZjNDUxNWQ4YjE1YjljYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2743b60c-923b-45ce-97af-79ccbe909f37",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "97216bd8-2727-4965-8c97-71ab2596c6c8",
            "generatedFromUUID": "1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "97216bd8-2727-4965-8c97-71ab2596c6c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202015048-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
      "artifactChecksum": "OGEzOTFmMGI1YzNhODExYzRhNjVhNzU0NDYzYzI5OTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2f0518e-ecac-46c1-94fd-db5e71d504e0"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:52:31.681Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:52:31.681Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 17c0d2ae-d12c-42cf-8577-0992ec36c511 ASDC
2022-02-02T01:52:31.682Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d38b35b3-0177-4bbe-b244-1321ee92ccb5
ServiceName:vFW 2022-02-02 01-50-48
ServiceVersion:1.0
ServiceUUID:17c0d2ae-d12c-42cf-8577-0992ec36c511
ServiceInvariantUUID:339e00ef-bb75-475b-8af8-2795490275eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202015048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar
ArtifactUUID:b2f0518e-ecac-46c1-94fd-db5e71d504e0
ArtifactChecksum:OGEzOTFmMGI1YzNhODExYzRhNjVhNzU0NDYzYzI5OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 38014a0f-57fc 0
ResourceCustomizationUUID:c123c69e-8662-49cd-8509-855636e92f1d
ResourceInvariantUUID:10cc8102-70d5-4c56-adc8-ced894b17655
ResourceName:vFW 38014a0f-57fc
ResourceType:VF
ResourceUUID:dce6a9c2-b108-4546-928b-a0aff514f1d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw38014a0f57fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json
ArtifactUUID:2743b60c-923b-45ce-97af-79ccbe909f37
ArtifactChecksum:Nzk1MDU5Y2Y0NjNiYjY3Y2ZjNDUxNWQ4YjE1YjljYWM=
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/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml
ArtifactUUID:1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b
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/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
ArtifactUUID:97216bd8-2727-4965-8c97-71ab2596c6c8
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/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
ArtifactUUID:97216bd8-2727-4965-8c97-71ab2596c6c8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:52:31.682Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17c0d2ae-d12c-42cf-8577-0992ec36c511 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-02-02T01:52:31.705Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:52:31.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:52:31.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:52:31.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b2f0518e-ecac-46c1-94fd-db5e71d504e0 from URL: /sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:31.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:52:31.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:31.872Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:52:31.878Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar b2f0518e-ecac-46c1-94fd-db5e71d504e0 98915
2022-02-02T01:52:31.879Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar ASDC sendASDCNotification
2022-02-02T01:52:31.879Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:31.879Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:52:31.879Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:31.880Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:31.881Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766751879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:31.981Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:31.981Z||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-02-02T01:52:31.981Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:31.992Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:31.992Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:32.881Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:52:32.882Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:52:32.882Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b2f0518e-ecac-46c1-94fd-db5e71d504e0, URL: /sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar to file: /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:32.883Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202015048-csar.csar
2022-02-02T01:52:32.883Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:32.883Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:33.035Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12713366012251182433/Definitions/service-Vfw20220202015048-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.276Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 38014a0f-57fc 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-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:52:34.277Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.278Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:52:34.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.281Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:34.282Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:52:34.283Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.284Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee322b6d-1fb3-4226-bfe0-aa19f6a97180
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:52:34.285Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50ab207c-6526-4304-9a9a-97e3374ba948
2022-02-02T01:52:34.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:52:34.287Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8789d767-cf5c-480a-ad67-8bb2f21e5746
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.288Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:34.289Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-02 01-50-48
Description:catalog service description
Model UUID:17c0d2ae-d12c-42cf-8577-0992ec36c511
Model Version:NULL
Model InvariantUuid:339e00ef-bb75-475b-8af8-2795490275eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 38014a0f-57fc
Model UUID:19f9726e-7a59-4698-9c20-33d6eaf08c4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10cc8102-70d5-4c56-adc8-ced894b17655
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c123c69e-8662-49cd-8509-855636e92f1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e8a2fbf-a897-477a-b73a-f4276cfba50d
ModelName:Vfw38014a0f57fc..base_vfw..module-0
ModelUuid:99c938ae-e897-4490-b6a1-208198495dac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee322b6d-1fb3-4226-bfe0-aa19f6a97180
ModelInvariantUuid:3ee8d971-a3d1-4029-b2df-10d5a66e0385
ModelName:vFW 38014a0f-57fc-nodes.vfwCvfc
ModelUuid:7ab1525a-5d95-427e-9cce-183abc3c4459
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:37826366-c5f2-4233-816a-b61aa19dee49
ModelInvariantUuid:13b36d10-0d27-45c8-b22c-a52e98d77456
ModelName:Vfw38014a0f57fc.compute.nodes.heat.vfw
ModelUuid:1b0ffb37-8015-438a-94e9-fc7d4cd98052
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:50ab207c-6526-4304-9a9a-97e3374ba948
ModelInvariantUuid:f439a2ce-e087-4087-8a32-3ede08dc199d
ModelName:vFW 38014a0f-57fc-nodes.vsnCvfc
ModelUuid:48b9a5e3-0105-41bc-b04f-8feb1067589d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7d304b71-496f-4d4b-bdac-047e325bcaf6
ModelInvariantUuid:75cbb00f-f807-498f-9c0a-8f6fc70eab8f
ModelName:Vfw38014a0f57fc.compute.nodes.heat.vsn
ModelUuid:ec9cc993-d176-4cd8-991b-a689a3bbd83e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8789d767-cf5c-480a-ad67-8bb2f21e5746
ModelInvariantUuid:0115bab4-9842-4e95-9857-b22ba4c63072
ModelName:vFW 38014a0f-57fc-nodes.vpgCvfc
ModelUuid:b4bb8a54-10e3-4122-9118-b83e8e3d1fad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:393787ab-b224-48d8-b2cc-e34c4b84f3cd
ModelInvariantUuid:0ab0a6c4-739c-4520-bada-510c9aeac9fa
ModelName:Vfw38014a0f57fc.compute.nodes.heat.vpg
ModelUuid:d34f7b8e-ade5-4a38-b3a5-48d8250ea7dd
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-02-02T01:52:34.296Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dce6a9c2-b108-4546-928b-a0aff514f1d1
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-02-02T01:52:34.299Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||vFW 38014a0f-57fc 0
2022-02-02T01:52:34.299Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dce6a9c2-b108-4546-928b-a0aff514f1d1
2022-02-02T01:52:34.299Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2743b60c-923b-45ce-97af-79ccbe909f37 from URL: /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json
2022-02-02T01:52:34.300Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:52:34.300Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json
2022-02-02T01:52:34.474Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:52:34.474Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json 2743b60c-923b-45ce-97af-79ccbe909f37 785
2022-02-02T01:52:34.474Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json ASDC sendASDCNotification
2022-02-02T01:52:34.474Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json
2022-02-02T01:52:34.474Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:52:34.475Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:34.476Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:34.477Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766754474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:34.577Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:34.577Z||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-02-02T01:52:34.577Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:34.588Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:34.588Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:35.477Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw38014a0f57fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0e8a2fbf-a897-477a-b73a-f4276cfba50d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99c938ae-e897-4490-b6a1-208198495dac",
    "vfModuleModelCustomizationUUID": "257b94ec-e296-45fb-913a-3f1e0968a0f8",
    "isBase": true,
    "artifacts": [
      "1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b",
      "97216bd8-2727-4965-8c97-71ab2596c6c8"
    ],
    "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-02-02T01:52:35.480Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw38014a0f57fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99c938ae-e897-4490-b6a1-208198495dac
VfModuleModelInvariantUUID:0e8a2fbf-a897-477a-b73a-f4276cfba50d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b
,
97216bd8-2727-4965-8c97-71ab2596c6c8

}
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-02-02T01:52:35.483Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw38014a0f57fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0e8a2fbf-a897-477a-b73a-f4276cfba50d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99c938ae-e897-4490-b6a1-208198495dac",
    "vfModuleModelCustomizationUUID": "257b94ec-e296-45fb-913a-3f1e0968a0f8",
    "isBase": true,
    "artifacts": [
      "1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b",
      "97216bd8-2727-4965-8c97-71ab2596c6c8"
    ],
    "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-02-02T01:52:35.483Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw38014a0f57fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99c938ae-e897-4490-b6a1-208198495dac
VfModuleModelInvariantUUID:0e8a2fbf-a897-477a-b73a-f4276cfba50d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b
,
97216bd8-2727-4965-8c97-71ab2596c6c8

}
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-02-02T01:52:35.483Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b from URL: /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml
2022-02-02T01:52:35.483Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:52:35.483Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml
2022-02-02T01:52:35.771Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:52:35.772Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml 1a9f0806-7440-4dd7-9a4d-ba74d96f2f0b 20368
2022-02-02T01:52:35.772Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:52:35.772Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml
2022-02-02T01:52:35.772Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:52:35.772Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:35.774Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:35.774Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766755772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:35.874Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:52:35.875Z||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-02-02T01:52:35.875Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:35.885Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:35.885Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:36.775Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 97216bd8-2727-4965-8c97-71ab2596c6c8 from URL: /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
2022-02-02T01:52:36.776Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:52:36.776Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
2022-02-02T01:52:36.962Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:52:36.962Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env 97216bd8-2727-4965-8c97-71ab2596c6c8 2098
2022-02-02T01:52:36.963Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:52:36.963Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
2022-02-02T01:52:36.963Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:52:36.963Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:36.965Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:36.965Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766756963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:52:37.065Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:37.066Z||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-02-02T01:52:37.066Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:37.075Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:37.075Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:37.965Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 17c0d2ae-d12c-42cf-8577-0992ec36c511
2022-02-02T01:52:37.966Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 38014a0f-57fc 0 dce6a9c2-b108-4546-928b-a0aff514f1d1 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-02-02T01:52:37.983Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10b5b6b8, org.onap.sdc.toscaparser.api.parameters.Input@548ed5dd, org.onap.sdc.toscaparser.api.parameters.Input@5e896250, org.onap.sdc.toscaparser.api.parameters.Input@191889c, org.onap.sdc.toscaparser.api.parameters.Input@3c2cee60]
2022-02-02T01:52:37.984Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.984Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:37.984Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-02T01:52:37.985Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c123c69e-8662-49cd-8509-855636e92f1d
2022-02-02T01:52:37.985Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c123c69e-8662-49cd-8509-855636e92f1d matches Tosca VF Customization UUID: c123c69e-8662-49cd-8509-855636e92f1d
2022-02-02T01:52:37.985Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c123c69e-8662-49cd-8509-855636e92f1d  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-02-02T01:52:37.987Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.987Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:37.987Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c123c69e-8662-49cd-8509-855636e92f1d: {\"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-02-02T01:52:37.987Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f832f2
2022-02-02T01:52:37.988Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.988Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:52:37.988Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 257b94ec-e296-45fb-913a-3f1e0968a0f8
2022-02-02T01:52:37.988Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 257b94ec-e296-45fb-913a-3f1e0968a0f8
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-02-02T01:52:37.990Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.990Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:37.990Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:37.990Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.990Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:37.991Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:52:37.992Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:37.993Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee322b6d-1fb3-4226-bfe0-aa19f6a97180
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-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:37.995Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:37.996Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:52:37.997Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:37.997Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50ab207c-6526-4304-9a9a-97e3374ba948
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-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is not matching search criteria
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:52:37.999Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:52:38.000Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:52:38.001Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8789d767-cf5c-480a-ad67-8bb2f21e5746
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-02-02T01:52:38.002Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.003Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:38.003Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:52:38.003Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.003Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Node template vFW 38014a0f-57fc 0 is matching search criteria
2022-02-02T01:52:38.003Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 38014a0f-57fc 0] matching following query criteria: sdcType=VF, customizationUUID=c123c69e-8662-49cd-8509-855636e92f1d
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-02-02T01:52:38.004Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 17c0d2ae-d12c-42cf-8577-0992ec36c511: vFW 38014a0f-57fc
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.005Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.006Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.006Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:52:38.006Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:52:38.006Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-02 01-50-48 
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-02-02T01:52:38.170Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 38014a0f-57fc dce6a9c2-b108-4546-928b-a0aff514f1d1 1 ASDC deployResourceStructure
2022-02-02T01:52:38.171Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json ASDC sendASDCNotification
2022-02-02T01:52:38.171Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json
2022-02-02T01:52:38.171Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:52:38.172Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:38.173Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:38.173Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766758171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:38.274Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:38.275Z||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-02-02T01:52:38.275Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:38.285Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:38.285Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:39.174Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:52:39.175Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml
2022-02-02T01:52:39.175Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:52:39.175Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:39.177Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:39.177Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766759174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:39.277Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:39.278Z||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-02-02T01:52:39.278Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:39.288Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:39.288Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:40.177Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:52:40.178Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env
2022-02-02T01:52:40.178Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:52:40.178Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:40.180Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:40.180Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766760177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:40.280Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:40.281Z||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-02-02T01:52:40.281Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:40.292Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:40.292Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:41.181Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar ASDC sendASDCNotification
2022-02-02T01:52:41.181Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar
2022-02-02T01:52:41.182Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:52:41.182Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:52:41.184Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:52:41.184Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766761181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:52:41.284Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:52:41.284Z||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-02-02T01:52:41.284Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:52:41.295Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:52:41.295Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:52:42.184Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:52:42.193Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:52:42.195Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:52:42.195Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:52:42.195Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:53:12.196Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:53:12.204Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:53:12.206Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:53:12.206Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:53:12.207Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:53:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:53:24.030Z||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-02-02T01:53:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:53:24.052Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:53:24.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:53:24.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766737439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:53:24.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:53:42.207Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:53:42.215Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:53:42.217Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:53:42.217Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:53:42.217Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:54:12.218Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:54:12.227Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:54:12.229Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:54:12.229Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:54:12.229Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:54:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:54:24.030Z||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-02-02T01:54:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:54:24.053Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:54:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:54:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766744518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:54:24.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:54:42.230Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:54:42.240Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:54:42.243Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:54:42.243Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:54:42.243Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:55:12.243Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:55:12.252Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:55:12.254Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:55:12.254Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:55:12.254Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:55:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:55:24.030Z||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-02-02T01:55:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:55:24.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:55:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766745580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766746673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766747695,
  "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-02-02T01:55:24.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:55:24.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:55:24.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766748698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766743035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766744027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766751066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766751879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "aai-ml",
  "timestamp": 1643766752070,
  "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-02-02T01:55:24.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:55:24.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:55:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766754474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766755772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766756963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766758171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/vfw38014a0f57fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766759174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766760177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/resourceInstances/vfw38014a0f57fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766761181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766761850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766763859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015048/1.0/artifacts/service-Vfw20220202015048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:55:24.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "clamp",
  "timestamp": 1643766764862,
  "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-02-02T01:55:24.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d38b35b3-0177-4bbe-b244-1321ee92ccb5
2022-02-02T01:55:24.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:55:42.255Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:55:42.264Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.267Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.268Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:55:42.268Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:55:42.273Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:56:12.273Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5 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-02-02T01:56:12.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d38b35b3-0177-4bbe-b244-1321ee92ccb5 and serviceModelVersionId: 17c0d2ae-d12c-42cf-8577-0992ec36c511
2022-02-02T01:56:12.279Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 339e00ef-bb75-475b-8af8-2795490275eb
2022-02-02T01:56:12.280Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0
2022-02-02T01:56:12.286Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:56:12.312Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0|INFO|500||Invoke
2022-02-02T01:56:12.312Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d38b35b3-0177-4bbe-b244-1321ee92ccb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78cfee13-1026-462a-9731-1c108168dcfb], X-ECOMP-RequestID=[d38b35b3-0177-4bbe-b244-1321ee92ccb5], X-TransactionId=[], X-ONAP-RequestID=[d38b35b3-0177-4bbe-b244-1321ee92ccb5], Content-Type=[application/merge-patch+json]}
2022-02-02T01:56:12.328Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:56:12.701Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?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/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-01:56:12:338-62446], vertex-id=[241904], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:56:12 GMT], Content-Type=[application/json]}
2022-02-02T01:56:12.701Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:56:12.702Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/339e00ef-bb75-475b-8af8-2795490275eb/model-vers/model-ver/17c0d2ae-d12c-42cf-8577-0992ec36c511?depth=0|INFO|500||InvokeReturn
2022-02-02T01:56:12.702Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:56:12.702Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:56:12.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:56:12.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d38b35b3-0177-4bbe-b244-1321ee92ccb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:56:12.706Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:56:12.707Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:56:12.708Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:56:12.708Z|d38b35b3-0177-4bbe-b244-1321ee92ccb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766972706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:56:12.808Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:56:12.809Z||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-02-02T01:56:12.809Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:12.824Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:12.824Z||pool-74-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-02-02T01:56:13.718Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:56:13.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:56:13.718Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:19.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:19.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T01:56:19.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1917562-cc10-443b-a51e-1434813503f6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da028d27-89c6-4a4c-bd60-5549a3326581","serviceDescription":"service","serviceInvariantUUID":"42a173c6-e7e3-49ad-a783-c9ecccd0429c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b709449a-40bb-4195-91ec-8decb162db81","resourceInvariantUUID":"828b6066-6742-4ad2-9711-354f3f702de4","resourceCustomizationUUID":"980ff485-f33c-47d6-9f4e-d3ac09e6487d","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":"OTk4NGNmNzUxNWJlZTMyNmQ3MmE5YTQ4NjQ2NDQ5MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12876554-1600-4880-8938-1488169bf23e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdmMjA5ODk4Y2M3YzY2ZWExNGVlOGJiYTY2NGVmNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:56:19.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:56:19.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:56:19.050Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:56:19.050Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:19.150Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:56:19.151Z||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-02-02T01:56:19.151Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:19.162Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:19.162Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:56:20.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:56:20.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:56:20.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:56:20.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:20.155Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:56:20.155Z||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-02-02T01:56:20.155Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:20.166Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:20.166Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:56:21.056Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "da028d27-89c6-4a4c-bd60-5549a3326581",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42a173c6-e7e3-49ad-a783-c9ecccd0429c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "980ff485-f33c-47d6-9f4e-d3ac09e6487d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b709449a-40bb-4195-91ec-8decb162db81",
      "resourceInvariantUUID": "828b6066-6742-4ad2-9711-354f3f702de4",
      "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": "YzdmMjA5ODk4Y2M3YzY2ZWExNGVlOGJiYTY2NGVmNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:56:21.056Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:56:21.056Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da028d27-89c6-4a4c-bd60-5549a3326581 ASDC
2022-02-02T01:56:21.057Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1917562-cc10-443b-a51e-1434813503f6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:da028d27-89c6-4a4c-bd60-5549a3326581
ServiceInvariantUUID:42a173c6-e7e3-49ad-a783-c9ecccd0429c
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:da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2
ArtifactChecksum:YzdmMjA5ODk4Y2M3YzY2ZWExNGVlOGJiYTY2NGVmNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:980ff485-f33c-47d6-9f4e-d3ac09e6487d
ResourceInvariantUUID:828b6066-6742-4ad2-9711-354f3f702de4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b709449a-40bb-4195-91ec-8decb162db81
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-02T01:56:21.057Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da028d27-89c6-4a4c-bd60-5549a3326581 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-02-02T01:56:21.079Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:56:21.079Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:56:21.079Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:56:21.079Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-02T01:56:21.079Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:56:21.080Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-02T01:56:21.232Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:56:21.235Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2 52486
2022-02-02T01:56:21.236Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-02T01:56:21.236Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-02T01:56:21.236Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:56:21.236Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:56:21.238Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:56:21.238Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766981236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:21.339Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:56:21.340Z||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-02-02T01:56:21.340Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:21.350Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:21.350Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:56:22.239Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:56:22.240Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:56:22.241Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: da6b85d9-8f2b-43f8-9e61-b1e4c1432fb2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.241Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-02T01:56:22.241Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.242Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.300Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6802184969645333924/Definitions/service-BasicNetwork-template.yml
2022-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.551Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:56:22.552Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.553Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.554Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:da028d27-89c6-4a4c-bd60-5549a3326581
Model Version:NULL
Model InvariantUuid:42a173c6-e7e3-49ad-a783-c9ecccd0429c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:828b6066-6742-4ad2-9711-354f3f702de4
Model UUID:e6022e97-72c4-4ea5-9746-0e08dba3d01f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:980ff485-f33c-47d6-9f4e-d3ac09e6487d
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-02-02T01:56:22.560Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: b709449a-40bb-4195-91ec-8decb162db81
2022-02-02T01:56:22.560Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||No resources found for Service: da028d27-89c6-4a4c-bd60-5549a3326581
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-02-02T01:56:22.563Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||
2022-02-02T01:56:22.563Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-02T01:56:22.563Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: da028d27-89c6-4a4c-bd60-5549a3326581
2022-02-02T01:56:22.563Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: da028d27-89c6-4a4c-bd60-5549a3326581
2022-02-02T01:56:22.563Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-02T01:56:22.564Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.568Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e890693, org.onap.sdc.toscaparser.api.parameters.Input@3855fe9b, org.onap.sdc.toscaparser.api.parameters.Input@55d9df33, org.onap.sdc.toscaparser.api.parameters.Input@3e4260c0, org.onap.sdc.toscaparser.api.parameters.Input@78394405]
2022-02-02T01:56:22.568Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.568Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.568Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.568Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.569Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid da028d27-89c6-4a4c-bd60-5549a3326581: Generic NeutronNet
2022-02-02T01:56:22.569Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.569Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.569Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.569Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:56:22.587Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||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-02-02T01:56:22.632Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-02T01:56:22.632Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-02T01:56:22.632Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-02T01:56:22.632Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:56:22.632Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:56:22.633Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:56:22.633Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766982632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:56:22.734Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:56:22.734Z||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-02-02T01:56:22.735Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:22.745Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:22.745Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:56:23.634Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1917562-cc10-443b-a51e-1434813503f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:56:23.648Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1917562-cc10-443b-a51e-1434813503f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:56:23.649Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:56:23.649Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:56:23.649Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:56:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:56:24.030Z||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-02-02T01:56:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:56:24.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:56:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766816791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766817438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766816791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766817438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766820418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766821894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:56:24.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "cds",
  "timestamp": 1643766821835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766822898,
  "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-02-02T01:56:24.064Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1917562-cc10-443b-a51e-1434813503f6
2022-02-02T01:56:24.064Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "cds",
  "timestamp": 1643766821835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "cds",
  "timestamp": 1643766824921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "cds",
  "timestamp": 1643766825924,
  "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-02-02T01:56:24.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1917562-cc10-443b-a51e-1434813503f6
2022-02-02T01:56:24.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:56:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "aai-ml",
  "timestamp": 1643766826131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "aai-ml",
  "timestamp": 1643766826131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "policy-id",
  "timestamp": 1643766827522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "aai-ml",
  "timestamp": 1643766828930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "policy-id",
  "timestamp": 1643766827522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "policy-id",
  "timestamp": 1643766830235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "policy-id",
  "timestamp": 1643766831238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "policy-id",
  "timestamp": 1643766832240,
  "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-02-02T01:56:24.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1917562-cc10-443b-a51e-1434813503f6
2022-02-02T01:56:24.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:56:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "aai-ml",
  "timestamp": 1643766832430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:56:24.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "aai-ml",
  "timestamp": 1643766833433,
  "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-02-02T01:56:24.097Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1917562-cc10-443b-a51e-1434813503f6
2022-02-02T01:56:24.097Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:56:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "clamp",
  "timestamp": 1643766833035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:56:24.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "clamp",
  "timestamp": 1643766833035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:56:24.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "clamp",
  "timestamp": 1643766842862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "clamp",
  "timestamp": 1643766844869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:56:24.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "clamp",
  "timestamp": 1643766845872,
  "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-02-02T01:56:24.108Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1917562-cc10-443b-a51e-1434813503f6
2022-02-02T01:56:24.108Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:56:53.650Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1917562-cc10-443b-a51e-1434813503f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:56:53.659Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1917562-cc10-443b-a51e-1434813503f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:56:53.661Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:56:53.661Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:56:53.661Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:56:53.661Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:56:53.662Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:56:53.667Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:57:23.667Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1917562-cc10-443b-a51e-1434813503f6 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-02-02T01:57:23.671Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1917562-cc10-443b-a51e-1434813503f6 and serviceModelVersionId: da028d27-89c6-4a4c-bd60-5549a3326581
2022-02-02T01:57:23.671Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42a173c6-e7e3-49ad-a783-c9ecccd0429c
2022-02-02T01:57:23.672Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0
2022-02-02T01:57:23.678Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:57:23.705Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0|INFO|500||Invoke
2022-02-02T01:57:23.705Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1917562-cc10-443b-a51e-1434813503f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4934fbe1-6e1f-40a7-967f-c521286f4402], X-ECOMP-RequestID=[e1917562-cc10-443b-a51e-1434813503f6], X-TransactionId=[], X-ONAP-RequestID=[e1917562-cc10-443b-a51e-1434813503f6], Content-Type=[application/merge-patch+json]}
2022-02-02T01:57:23.723Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:57:24.018Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?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/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-01:57:23:730-28175], vertex-id=[413944], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:57:23 GMT], Content-Type=[application/json]}
2022-02-02T01:57:24.019Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:57:24.020Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42a173c6-e7e3-49ad-a783-c9ecccd0429c/model-vers/model-ver/da028d27-89c6-4a4c-bd60-5549a3326581?depth=0|INFO|500||InvokeReturn
2022-02-02T01:57:24.020Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:57:24.020Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:57:24.025Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:57:24.025Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1917562-cc10-443b-a51e-1434813503f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:57:24.026Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:57:24.026Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:24.028Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:24.028Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767044026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:57:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:57:24.029Z||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-02-02T01:57:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:24.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766937439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643766936791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766952634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766952733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "cds",
  "timestamp": 1643766953638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-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-02-02T01:57:24.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.078Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766946131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766953933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766954855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643766954937,
  "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-02-02T01:57:24.089Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766947522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766956223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766957226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "policy-id",
  "timestamp": 1643766958229,
  "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-02-02T01:57:24.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.100Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766958777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "aai-ml",
  "timestamp": 1643766959780,
  "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-02-02T01:57:24.111Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.111Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766953035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766967875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766969883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766963083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "clamp",
  "timestamp": 1643766970887,
  "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-02-02T01:57:24.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.128Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:24.128Z||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-02-02T01:57:24.128Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766972002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38b35b3-0177-4bbe-b244-1321ee92ccb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766972706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766973699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643766974703,
  "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-02-02T01:57:24.133Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97b2c77e-3f04-46f1-922f-0dc11ba812f7
2022-02-02T01:57:24.133Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:57:24.138Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:24.138Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:24.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766981236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766982632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:24.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T01:57:25.038Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T01:57:25.038Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"97b2c77e-3f04-46f1-922f-0dc11ba812f7","serviceName":"Demo_pNF_Jp9zKiHGkuIN4vqkJVs2","serviceVersion":"1.0","serviceUUID":"b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a","serviceDescription":"catalog service description","serviceInvariantUUID":"f2768cae-d3cf-4482-9d47-b567344e2b33","resources":[{"resourceInstanceName":"pNF a4f8ef78-1167 0","resourceName":"pNF a4f8ef78-1167","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"62231868-cf28-4f92-816a-d408596c8b9f","resourceInvariantUUID":"64c52ccf-4100-4752-8117-9e47c7c57eaf","resourceCustomizationUUID":"3c66c42c-5818-4978-920e-e1912b35b358","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml","artifactChecksum":"OGEwMWQ4MjAyZGExZmI1Yzg0MjhjNDA3YmFjMGM5MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dba26da9-49c1-44b5-8a60-567f95428ce7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar","artifactChecksum":"NDhiZDYzZjgzMTdlZGViNWRiYmEwOWY3ODc1MGRhZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5043b0c7-7b8a-41de-a46c-b1b2ecdb5fc5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72be358f-dd33-4d8a-a204-f2d2c5afb0cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml","artifactChecksum":"YTU5YTA1MTljOGNkNzE2NDAyYTMwYjZmNjFhOTFmY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d72e0c31-a5b4-4500-9a16-3060401a919e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0eb76f56-d297-450c-a27c-1c413cab7510","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b2c184f-aafb-4ff1-ab68-bf6bb3b8f849","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml","artifactChecksum":"ODIzOGZmOGY3Y2U0YWJlMzRkNmYxZTg3ZDM2Y2UxYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e69db8d7-7e3b-4d56-b286-88e43524479f","artifactVersion":"1"},{"artifactName":"service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar","artifactChecksum":"OWMwMzI0NjIzN2NmMGY4Y2E4ZGJjMTBkYThmYzZhMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc297391-a452-4a98-acf9-e4ce2591015e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:57:25.039Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:25.039Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:25.040Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:25.041Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:25.141Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:25.141Z||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-02-02T01:57:25.141Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:25.152Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:25.153Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:57:26.041Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:26.042Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:26.044Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:26.044Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:26.144Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:26.145Z||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-02-02T01:57:26.145Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:26.155Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:26.155Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:27.045Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:27.045Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:27.047Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:27.048Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:27.148Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:27.148Z||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-02-02T01:57:27.148Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:27.158Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:27.158Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:28.048Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:28.049Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:28.051Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:28.051Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:28.151Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:28.151Z||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-02-02T01:57:28.152Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:28.163Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:28.163Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:29.051Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:29.052Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:29.054Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:29.054Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:29.154Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:29.154Z||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-02-02T01:57:29.154Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:29.163Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:29.164Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:57:30.054Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:30.055Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:30.057Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:30.057Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:30.157Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:30.158Z||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-02-02T01:57:30.158Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:30.167Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:30.168Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:57:31.057Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:31.058Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:31.060Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:31.060Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:57:31.160Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:31.162Z||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-02-02T01:57:31.163Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:31.173Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:31.173Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:32.060Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:57:32.061Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:32.063Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:32.063Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:57:32.163Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:32.164Z||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-02-02T01:57:32.164Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:32.174Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:32.174Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:33.064Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "serviceName": "Demo_pNF_Jp9zKiHGkuIN4vqkJVs2",
  "serviceVersion": "1.0",
  "serviceUUID": "b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f2768cae-d3cf-4482-9d47-b567344e2b33",
  "resources": [
    {
      "resourceInstanceName": "pNF a4f8ef78-1167 0",
      "resourceCustomizationUUID": "3c66c42c-5818-4978-920e-e1912b35b358",
      "resourceName": "pNF a4f8ef78-1167",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "62231868-cf28-4f92-816a-d408596c8b9f",
      "resourceInvariantUUID": "64c52ccf-4100-4752-8117-9e47c7c57eaf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
      "artifactChecksum": "OWMwMzI0NjIzN2NmMGY4Y2E4ZGJjMTBkYThmYzZhMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc297391-a452-4a98-acf9-e4ce2591015e"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:57:33.064Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:57:33.064Z|e1917562-cc10-443b-a51e-1434813503f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a ASDC
2022-02-02T01:57:33.065Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:97b2c77e-3f04-46f1-922f-0dc11ba812f7
ServiceName:Demo_pNF_Jp9zKiHGkuIN4vqkJVs2
ServiceVersion:1.0
ServiceUUID:b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a
ServiceInvariantUUID:f2768cae-d3cf-4482-9d47-b567344e2b33
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
ArtifactUUID:dc297391-a452-4a98-acf9-e4ce2591015e
ArtifactChecksum:OWMwMzI0NjIzN2NmMGY4Y2E4ZGJjMTBkYThmYzZhMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a4f8ef78-1167 0
ResourceCustomizationUUID:3c66c42c-5818-4978-920e-e1912b35b358
ResourceInvariantUUID:64c52ccf-4100-4752-8117-9e47c7c57eaf
ResourceName:pNF a4f8ef78-1167
ResourceType:PNF
ResourceUUID:62231868-cf28-4f92-816a-d408596c8b9f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-02T01:57:33.065Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a 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-02-02T01:57:33.084Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:57:33.084Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:57:33.084Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:57:33.085Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc297391-a452-4a98-acf9-e4ce2591015e from URL: /sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:33.085Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:57:33.085Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:33.273Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:57:33.280Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar dc297391-a452-4a98-acf9-e4ce2591015e 82618
2022-02-02T01:57:33.280Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar ASDC sendASDCNotification
2022-02-02T01:57:33.280Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:33.280Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:57:33.281Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:33.282Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:33.283Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767053280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:57:33.383Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:33.383Z||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-02-02T01:57:33.384Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:33.393Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:33.393Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:34.283Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:57:34.284Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:57:34.284Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc297391-a452-4a98-acf9-e4ce2591015e, URL: /sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar to file: /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.345Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12788827487611274567/Definitions/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a4f8ef78-1167 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-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.801Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Node template pNF a4f8ef78-1167 0 is matching search criteria
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a4f8ef78-1167 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Node template pNF a4f8ef78-1167 0 is matching search criteria
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a4f8ef78-1167 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.802Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.803Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Jp9zKiHGkuIN4vqkJVs2
Description:catalog service description
Model UUID:b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a
Model Version:NULL
Model InvariantUuid:f2768cae-d3cf-4482-9d47-b567344e2b33
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-02-02T01:57:34.808Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 62231868-cf28-4f92-816a-d408596c8b9f
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-02-02T01:57:34.810Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||pNF a4f8ef78-1167 0
2022-02-02T01:57:34.811Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 62231868-cf28-4f92-816a-d408596c8b9f
2022-02-02T01:57:34.811Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a
2022-02-02T01:57:34.811Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a
2022-02-02T01:57:34.811Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a4f8ef78-1167 0 62231868-cf28-4f92-816a-d408596c8b9f 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-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76898c3d, org.onap.sdc.toscaparser.api.parameters.Input@7debe6a3, org.onap.sdc.toscaparser.api.parameters.Input@5478ea90, org.onap.sdc.toscaparser.api.parameters.Input@508f19b8, org.onap.sdc.toscaparser.api.parameters.Input@6add8ff0]
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a: pNF a4f8ef78-1167
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Processing PNF resource: 62231868-cf28-4f92-816a-d408596c8b9f
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:57:34.815Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Jp9zKiHGkuIN4vqkJVs2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:57:34.816Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3c66c42c-5818-4978-920e-e1912b35b358 is the same as notified resource customizationUUID: 3c66c42c-5818-4978-920e-e1912b35b358
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-02-02T01:57:34.858Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a4f8ef78-1167 62231868-cf28-4f92-816a-d408596c8b9f 0 ASDC deployResourceStructure
2022-02-02T01:57:34.858Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar ASDC sendASDCNotification
2022-02-02T01:57:34.858Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar
2022-02-02T01:57:34.858Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:57:34.858Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:57:34.860Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:57:34.860Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767054858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:57:34.960Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:57:34.961Z||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-02-02T01:57:34.961Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:57:34.971Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:57:34.972Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:57:35.860Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97b2c77e-3f04-46f1-922f-0dc11ba812f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:57:35.868Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97b2c77e-3f04-46f1-922f-0dc11ba812f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.871Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.872Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.872Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.872Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T01:57:35.872Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:57:35.875Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:58:05.875Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97b2c77e-3f04-46f1-922f-0dc11ba812f7 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-02-02T01:58:05.879Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97b2c77e-3f04-46f1-922f-0dc11ba812f7 and serviceModelVersionId: b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a
2022-02-02T01:58:05.880Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2768cae-d3cf-4482-9d47-b567344e2b33
2022-02-02T01:58:05.880Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?depth=0
2022-02-02T01:58:05.885Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:58:05.908Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?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-02-02T01:58:05.908Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?depth=0|INFO|500||Invoke
2022-02-02T01:58:05.922Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T01:58:06.266Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?depth=0|INFO|500||InvokeReturn
2022-02-02T01:58:06.266Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2768cae-d3cf-4482-9d47-b567344e2b33/model-vers/model-ver/b5435ba1-b5fa-4fcb-bed2-7c7f83652b3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-01:58:05:928-59537], vertex-id=[233696], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:58:05 GMT], Content-Type=[application/json]}
2022-02-02T01:58:06.266Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:58:06.266Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:58:06.267Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T01:58:06.271Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T01:58:06.271Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97b2c77e-3f04-46f1-922f-0dc11ba812f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:58:06.271Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:58:06.272Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:06.273Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:06.273Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767086271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:58:06.374Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:06.374Z||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-02-02T01:58:06.375Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:06.388Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:06.389Z||pool-90-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-02-02T01:58:07.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:58:07.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:58:07.285Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:07.910Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:07.911Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T01:58:07.911Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2ecb9157-caad-4065-9097-2e66dab8c575","serviceDescription":"service","serviceInvariantUUID":"ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07f995df-7ea1-40e2-9b22-b77205df2775","resourceInvariantUUID":"365c0515-9240-44e2-91fb-750e875cec37","resourceCustomizationUUID":"a18ce8d7-5b34-47fd-b379-2d9b98e6134e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2bc7186a-d838-48ab-bfcd-40d3fd6e921b","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDE3MmI5YzQ2YTJkNjM3OGRlOTU5NGNmMTJkOTU1M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32861715-aa60-4d7e-aac1-5b5ebdd5a6aa","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MjFjOGMxMDk5ZDJkZjZkYWViNjUyOTg2MzA1N2YzNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d550c48-fc4e-43d4-aa0e-9b64b6c6be03","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d954ee7-e191-49a5-aad4-7e40db94b459","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05b42fc0-0b71-449d-be32-c16fd6dbd002","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea694390-a11f-4452-aa7c-10c01f6cb04a","artifactVersion":"2","generatedFromUUID":"2d954ee7-e191-49a5-aad4-7e40db94b459"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Yjc2ZTRiMDk0NmQ2ZjAzMzdiN2Q0NTEwYjFmNDk3N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5b78f89-5f4f-4270-be07-ea9a3209b7b0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzAxNmFkZjRkZTBjOGExYmRlM2Q1ODdhMWYxOWNjYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66f8ec20-1088-41d1-9b0b-52f6fa437e9a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:58:07.913Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:07.913Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:07.915Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:07.915Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:08.015Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:08.016Z||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-02-02T01:58:08.016Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:08.025Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:08.026Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:08.916Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:08.916Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:08.918Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:08.918Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:09.018Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:09.019Z||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-02-02T01:58:09.019Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:09.029Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:09.029Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:09.919Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:09.919Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:09.921Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:09.921Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:58:10.021Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:10.022Z||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-02-02T01:58:10.022Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:10.032Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:10.032Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:10.922Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:10.922Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:10.924Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:10.924Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:58:11.025Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:58:11.025Z||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-02-02T01:58:11.025Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:11.035Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:11.035Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:11.925Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:11.926Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:11.927Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:11.927Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:12.027Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:12.028Z||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-02-02T01:58:12.028Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:12.040Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:12.041Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:12.928Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:12.929Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:12.931Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:12.931Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T01:58:13.031Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:13.032Z||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-02-02T01:58:13.032Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:13.044Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:13.045Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:13.932Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:13.932Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:13.934Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:13.935Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:14.035Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:58:14.035Z||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-02-02T01:58:14.035Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:14.045Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:14.045Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:14.935Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:58:14.936Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:14.938Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:14.938Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:58:15.038Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:15.039Z||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-02-02T01:58:15.039Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:15.050Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:15.050Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:15.939Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "2ecb9157-caad-4065-9097-2e66dab8c575",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "a18ce8d7-5b34-47fd-b379-2d9b98e6134e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07f995df-7ea1-40e2-9b22-b77205df2775",
      "resourceInvariantUUID": "365c0515-9240-44e2-91fb-750e875cec37",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MjFjOGMxMDk5ZDJkZjZkYWViNjUyOTg2MzA1N2YzNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4d550c48-fc4e-43d4-aa0e-9b64b6c6be03",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2d954ee7-e191-49a5-aad4-7e40db94b459",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea694390-a11f-4452-aa7c-10c01f6cb04a",
            "generatedFromUUID": "2d954ee7-e191-49a5-aad4-7e40db94b459"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea694390-a11f-4452-aa7c-10c01f6cb04a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzAxNmFkZjRkZTBjOGExYmRlM2Q1ODdhMWYxOWNjYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66f8ec20-1088-41d1-9b0b-52f6fa437e9a"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T01:58:15.940Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:58:15.941Z|97b2c77e-3f04-46f1-922f-0dc11ba812f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ecb9157-caad-4065-9097-2e66dab8c575 ASDC
2022-02-02T01:58:15.941Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2ecb9157-caad-4065-9097-2e66dab8c575
ServiceInvariantUUID:ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:66f8ec20-1088-41d1-9b0b-52f6fa437e9a
ArtifactChecksum:YzAxNmFkZjRkZTBjOGExYmRlM2Q1ODdhMWYxOWNjYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a18ce8d7-5b34-47fd-b379-2d9b98e6134e
ResourceInvariantUUID:365c0515-9240-44e2-91fb-750e875cec37
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:07f995df-7ea1-40e2-9b22-b77205df2775
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:4d550c48-fc4e-43d4-aa0e-9b64b6c6be03
ArtifactChecksum:MjFjOGMxMDk5ZDJkZjZkYWViNjUyOTg2MzA1N2YzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2d954ee7-e191-49a5-aad4-7e40db94b459
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:ea694390-a11f-4452-aa7c-10c01f6cb04a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:ea694390-a11f-4452-aa7c-10c01f6cb04a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T01:58:15.941Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ecb9157-caad-4065-9097-2e66dab8c575 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-02-02T01:58:15.968Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:58:15.968Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:58:15.969Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:58:15.969Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 66f8ec20-1088-41d1-9b0b-52f6fa437e9a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-02T01:58:15.969Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:58:15.970Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-02T01:58:16.310Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:58:16.316Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 66f8ec20-1088-41d1-9b0b-52f6fa437e9a 73644
2022-02-02T01:58:16.316Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-02T01:58:16.317Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-02T01:58:16.317Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:58:16.317Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:16.320Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:16.320Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767096316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:16.420Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:58:16.421Z||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-02-02T01:58:16.421Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:16.431Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:16.431Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:17.321Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:58:17.322Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T01:58:17.322Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 66f8ec20-1088-41d1-9b0b-52f6fa437e9a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:17.323Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-02T01:58:17.323Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:17.323Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:17.394Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP887840248428362021/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-02T01:58:18.100Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:58:18.100Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:58:18.100Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.100Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-02T01:58:18.100Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T01:58:18.101Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.102Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-02T01:58:18.103Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:18.104Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:18.105Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dafa269-e35c-4281-ba08-43b860d813bb
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.106Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.107Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.107Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.107Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:18.107Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:18.107Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2ecb9157-caad-4065-9097-2e66dab8c575
Model Version:NULL
Model InvariantUuid:ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:755dfba5-4493-4947-9814-ef3f24290435
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:365c0515-9240-44e2-91fb-750e875cec37
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a18ce8d7-5b34-47fd-b379-2d9b98e6134e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f88ddcc7-4f15-429a-8a3b-69a656067095
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ac289b90-3aca-4650-918f-454218814b50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1dafa269-e35c-4281-ba08-43b860d813bb
ModelInvariantUuid:6a82ebb3-de94-4465-8fa8-8eec0be12776
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4615ce23-0f9d-4338-884b-87a246dbc96a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:699ff92e-fd23-44bd-b533-3568ce130ab9
ModelInvariantUuid:3e7e83a6-e4c7-4c9c-bc34-808878ba85dc
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:13044e2a-c8e0-44cf-a42a-5db544187abd
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-02-02T01:58:18.113Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 07f995df-7ea1-40e2-9b22-b77205df2775
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-02-02T01:58:18.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-02-02T01:58:18.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07f995df-7ea1-40e2-9b22-b77205df2775
2022-02-02T01:58:18.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4d550c48-fc4e-43d4-aa0e-9b64b6c6be03 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-02T01:58:18.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:58:18.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-02T01:58:18.329Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:58:18.329Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4d550c48-fc4e-43d4-aa0e-9b64b6c6be03 790
2022-02-02T01:58:18.330Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-02T01:58:18.330Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-02T01:58:18.330Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:58:18.330Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:18.332Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:18.332Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767098330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:18.432Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:58:18.433Z||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-02-02T01:58:18.433Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:18.444Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:18.444Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:19.333Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f88ddcc7-4f15-429a-8a3b-69a656067095",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac289b90-3aca-4650-918f-454218814b50",
    "vfModuleModelCustomizationUUID": "f6abca69-69ac-4f8a-a80a-e806e310b061",
    "isBase": true,
    "artifacts": [
      "2d954ee7-e191-49a5-aad4-7e40db94b459",
      "ea694390-a11f-4452-aa7c-10c01f6cb04a"
    ],
    "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-02-02T01:58:19.337Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac289b90-3aca-4650-918f-454218814b50
VfModuleModelInvariantUUID:f88ddcc7-4f15-429a-8a3b-69a656067095
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d954ee7-e191-49a5-aad4-7e40db94b459
,
ea694390-a11f-4452-aa7c-10c01f6cb04a

}
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-02-02T01:58:19.339Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f88ddcc7-4f15-429a-8a3b-69a656067095",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac289b90-3aca-4650-918f-454218814b50",
    "vfModuleModelCustomizationUUID": "f6abca69-69ac-4f8a-a80a-e806e310b061",
    "isBase": true,
    "artifacts": [
      "2d954ee7-e191-49a5-aad4-7e40db94b459",
      "ea694390-a11f-4452-aa7c-10c01f6cb04a"
    ],
    "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-02-02T01:58:19.340Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac289b90-3aca-4650-918f-454218814b50
VfModuleModelInvariantUUID:f88ddcc7-4f15-429a-8a3b-69a656067095
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d954ee7-e191-49a5-aad4-7e40db94b459
,
ea694390-a11f-4452-aa7c-10c01f6cb04a

}
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-02-02T01:58:19.340Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d954ee7-e191-49a5-aad4-7e40db94b459 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-02T01:58:19.340Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:58:19.341Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-02T01:58:19.528Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:58:19.529Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2d954ee7-e191-49a5-aad4-7e40db94b459 5033
2022-02-02T01:58:19.529Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:58:19.529Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-02T01:58:19.530Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:58:19.530Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:19.532Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:19.532Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767099529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:19.632Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:19.633Z||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-02-02T01:58:19.633Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:19.644Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:19.644Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:20.533Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea694390-a11f-4452-aa7c-10c01f6cb04a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-02T01:58:20.533Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T01:58:20.534Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-02T01:58:20.815Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T01:58:20.816Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ea694390-a11f-4452-aa7c-10c01f6cb04a 909
2022-02-02T01:58:20.816Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:58:20.816Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-02T01:58:20.817Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:58:20.817Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:20.818Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:20.819Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767100816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:20.919Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:20.919Z||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-02-02T01:58:20.919Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:20.929Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:20.929Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:21.819Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2ecb9157-caad-4065-9097-2e66dab8c575
2022-02-02T01:58:21.819Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 07f995df-7ea1-40e2-9b22-b77205df2775 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-02-02T01:58:21.830Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cd8097c, org.onap.sdc.toscaparser.api.parameters.Input@91415fd, org.onap.sdc.toscaparser.api.parameters.Input@3d4a63cc, org.onap.sdc.toscaparser.api.parameters.Input@2fb10dbb, org.onap.sdc.toscaparser.api.parameters.Input@434e72d8]
2022-02-02T01:58:21.831Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.831Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.831Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-02T01:58:21.831Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a18ce8d7-5b34-47fd-b379-2d9b98e6134e
2022-02-02T01:58:21.832Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a18ce8d7-5b34-47fd-b379-2d9b98e6134e matches Tosca VF Customization UUID: a18ce8d7-5b34-47fd-b379-2d9b98e6134e
2022-02-02T01:58:21.832Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a18ce8d7-5b34-47fd-b379-2d9b98e6134e  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-02-02T01:58:21.834Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.835Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.835Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a18ce8d7-5b34-47fd-b379-2d9b98e6134e: {\"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-02-02T01:58:21.836Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@239d7fc7
2022-02-02T01:58:21.836Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.836Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:58:21.836Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6abca69-69ac-4f8a-a80a-e806e310b061
2022-02-02T01:58:21.836Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6abca69-69ac-4f8a-a80a-e806e310b061
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-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.839Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-02T01:58:21.840Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:58:21.840Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:58:21.840Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dafa269-e35c-4281-ba08-43b860d813bb
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-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-02T01:58:21.842Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a18ce8d7-5b34-47fd-b379-2d9b98e6134e
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-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2ecb9157-caad-4065-9097-2e66dab8c575: basicclamp
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.844Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.845Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.845Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T01:58:21.845Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:58:21.845Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:58:21.916Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 07f995df-7ea1-40e2-9b22-b77205df2775 1 ASDC deployResourceStructure
2022-02-02T01:58:21.916Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-02T01:58:21.916Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-02T01:58:21.916Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:58:21.916Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:21.918Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:21.918Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767101916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:22.018Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:22.019Z||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-02-02T01:58:22.019Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:22.029Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:22.030Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:58:22.918Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:58:22.919Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-02T01:58:22.919Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:58:22.920Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:22.921Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:22.922Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767102918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:23.022Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:23.022Z||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-02-02T01:58:23.022Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:23.032Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:23.032Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:58:23.922Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:58:23.923Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-02T01:58:23.923Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:58:23.923Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:23.925Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:23.925Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767103922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:24.025Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:24.026Z||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-02-02T01:58:24.026Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:58:24.029Z||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-02-02T01:58:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:24.036Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:24.036Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:24.050Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:24.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767017438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767023083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767027522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767036420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767036504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767037507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:24.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767038380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "policy-id",
  "timestamp": 1643767038509,
  "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-02-02T01:58:24.064Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T01:58:24.064Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T01:58:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767039383,
  "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-02-02T01:58:24.074Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T01:58:24.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T01:58:24.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767031835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767040542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "cds",
  "timestamp": 1643767041549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T01:58:24.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T01:58:24.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767037439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T01:58:24.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T01:58:24.926Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-02T01:58:24.927Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-02T01:58:24.927Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:58:24.927Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:58:24.929Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:58:24.929Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767104926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T01:58:25.029Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:58:25.030Z||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-02-02T01:58:25.030Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:58:25.041Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:58:25.041Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:58:25.930Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:58:25.939Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:58:25.942Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:58:25.942Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:58:25.942Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:58:55.942Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:58:55.952Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:58:55.954Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:58:55.954Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:58:55.955Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:59:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:59:24.030Z||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-02-02T01:59:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:59:24.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T01:59:24.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T01:59:24.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1917562-cc10-443b-a51e-1434813503f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767044026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:59:24.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:59:25.955Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:59:25.964Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:59:25.966Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:59:25.966Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:59:25.966Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:59:55.967Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T01:59:55.977Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T01:59:55.979Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:59:55.979Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:59:55.979Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:00:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:00:24.030Z||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-02-02T02:00:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:00:24.051Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:00:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767044855,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767045504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767046552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767047607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767048630,
  "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-02-02T02:00:24.074Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T02:00:24.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T02:00:24.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767049633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767049777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/resourceInstances/pnfa4f8ef7811670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "aai-ml",
  "timestamp": 1643767050781,
  "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-02-02T02:00:24.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T02:00:24.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643766973718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767053280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767054858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJp9zkihgkuin4vqkjvs2/1.0/artifacts/service-DemoPnfJp9zkihgkuin4vqkjvs2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767054883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767055279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "cds",
  "timestamp": 1643767055886,
  "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-02-02T02:00:24.109Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.109Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767056283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767036791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "policy-id",
  "timestamp": 1643767057286,
  "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-02-02T02:00:24.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.118Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767057779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767036131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767058839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767058859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767059888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767060887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767060908,
  "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-02-02T02:00:24.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767060919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767061892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767061910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767062949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767063426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767046835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767063967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767064430,
  "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-02-02T02:00:24.143Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.143Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "clamp",
  "timestamp": 1643767064971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-02-02T02:00:24.151Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
2022-02-02T02:00:24.151Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767057439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767047522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767065928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767066719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767067721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "cds",
  "timestamp": 1643767068027,
  "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-02-02T02:00:24.169Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:00:24.169Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:00:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "policy-id",
  "timestamp": 1643767068723,
  "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-02-02T02:00:24.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:00:24.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:00:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767068825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "aai-ml",
  "timestamp": 1643767069828,
  "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-02-02T02:00:24.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767062914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767071632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767053083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767072726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767073562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767073773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767074793,
  "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-02-02T02:00:24.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:00:24.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:00:24.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767075554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767075796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767076558,
  "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-02-02T02:00:24.211Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:00:24.211Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:00:24.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767070831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767079562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767082890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767084897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "clamp",
  "timestamp": 1643767085900,
  "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-02-02T02:00:24.220Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
2022-02-02T02:00:24.221Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:00:24.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97b2c77e-3f04-46f1-922f-0dc11ba812f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767086271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:00:24.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767086666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "aai-ml",
  "timestamp": 1643767087669,
  "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-02-02T02:00:24.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:00:24.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767043035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767096316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767098330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767099529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767100816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767101916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767102918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767103922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:00:24.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:00:25.980Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:00:25.990Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-02T02:00:25.993Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-02-02T02:00:25.997Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:00:55.998Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 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-02-02T02:00:56.002Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 and serviceModelVersionId: 2ecb9157-caad-4065-9097-2e66dab8c575
2022-02-02T02:00:56.003Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9
2022-02-02T02:00:56.004Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0
2022-02-02T02:00:56.010Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:00:56.032Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0|INFO|500||Invoke
2022-02-02T02:00:56.032Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[421b0987-7450-4e0f-9112-3a5399a0d41b], X-ECOMP-RequestID=[843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0], X-TransactionId=[], X-ONAP-RequestID=[843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0], Content-Type=[application/merge-patch+json]}
2022-02-02T02:00:56.046Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-02T02:00:56.109Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?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/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220202-02:00:56:052-15780], vertex-id=[245840], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:00:56 GMT], Content-Type=[application/json]}
2022-02-02T02:00:56.109Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:00:56.110Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3ecfae-c000-4eb5-bfb7-e5e5bd51bde9/model-vers/model-ver/2ecb9157-caad-4065-9097-2e66dab8c575?depth=0|INFO|500||InvokeReturn
2022-02-02T02:00:56.110Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:00:56.110Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:00:56.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:00:56.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-02T02:00:56.115Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:00:56.116Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:00:56.118Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:00:56.118Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767256115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-02T02:00:56.218Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:00:56.219Z||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-02-02T02:00:56.219Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:00:56.233Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:00:56.233Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T02:00:57.128Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:00:57.128Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4576a229-a1b4-4cec-84c7-7a7e7993e4d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"821f3408-2818-425e-ac97-2f3fdef14099","serviceDescription":"service","serviceInvariantUUID":"4e3306c1-9e69-4615-8330-5dd173a5f632","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d613e275-e5e0-4b8c-8f18-ffdb054bbe59","resourceInvariantUUID":"e3fa44a2-a437-44aa-a412-a1c77619b01a","resourceCustomizationUUID":"77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322","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":"ZDg4MTFkNTc3ODJlN2YyZThjZjQ3ZTY4NWZjMDJiYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb5a9156-494c-4138-bb2c-01f4ca0449b6","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":"ZTYxYmNiN2FmNDBlNDM3ZDc5YTFhNDY1MGQ0MWRiNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db864892-7252-44b6-ad34-760fe6ce0e7a","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":"9dd85ba8-b47c-42d1-a460-e50997fdbd12","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":"d0c56f83-1669-42a0-a3fd-f4c353c4cf70","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":"9124f9a4-0928-42bc-a70d-0b3df1f2b7d1","artifactVersion":"2","generatedFromUUID":"9dd85ba8-b47c-42d1-a460-e50997fdbd12"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWQ5YmNmZTliYjllMGJlMWQ3NGFjOTc0NWQ5NjgzNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e8daf2e-dcd1-4fcd-b6e2-43c1c6f0a8be","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjQ3ZjkzNGNiMDNkMTQ3ODhhZmVkYjFjYjI5N2Q1NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09ea5937-3bdd-4b19-8270-f36ec5e453de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:00:57.129Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:00:57.129Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:00:57.131Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:00:57.131Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:00:57.231Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:00:57.231Z||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-02-02T02:00:57.232Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:00:57.243Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:00:57.243Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:00:58.131Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:00:58.132Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:00:58.133Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:00:58.134Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:00:58.234Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:00:58.234Z||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-02-02T02:00:58.235Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:00:58.246Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:00:58.247Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:00:59.134Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:00:59.135Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:00:59.137Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:00:59.137Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:00:59.237Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:00:59.238Z||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-02-02T02:00:59.238Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:00:59.248Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:00:59.249Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:00.137Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:00.138Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:00.140Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:00.140Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:00.241Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:01:00.241Z||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-02-02T02:01:00.241Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:00.253Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:00.253Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:01.141Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:01.142Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:01.144Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:01.144Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-02T02:01:01.244Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:01.244Z||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-02-02T02:01:01.244Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:01.253Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:01.253Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:02.144Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:02.146Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:02.147Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:02.148Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:02.248Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:02.248Z||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-02-02T02:01:02.248Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:02.260Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:02.260Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:03.148Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:03.149Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:03.151Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:03.151Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:01:03.251Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:01:03.252Z||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-02-02T02:01:03.252Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:03.262Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:03.263Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:04.153Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "821f3408-2818-425e-ac97-2f3fdef14099",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e3306c1-9e69-4615-8330-5dd173a5f632",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d613e275-e5e0-4b8c-8f18-ffdb054bbe59",
      "resourceInvariantUUID": "e3fa44a2-a437-44aa-a412-a1c77619b01a",
      "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": "ZTYxYmNiN2FmNDBlNDM3ZDc5YTFhNDY1MGQ0MWRiNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db864892-7252-44b6-ad34-760fe6ce0e7a",
          "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": "9dd85ba8-b47c-42d1-a460-e50997fdbd12",
          "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": "9124f9a4-0928-42bc-a70d-0b3df1f2b7d1",
            "generatedFromUUID": "9dd85ba8-b47c-42d1-a460-e50997fdbd12"
          },
          "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": "9124f9a4-0928-42bc-a70d-0b3df1f2b7d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjQ3ZjkzNGNiMDNkMTQ3ODhhZmVkYjFjYjI5N2Q1NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09ea5937-3bdd-4b19-8270-f36ec5e453de"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:01:04.153Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:01:04.154Z|843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 821f3408-2818-425e-ac97-2f3fdef14099 ASDC
2022-02-02T02:01:04.154Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4576a229-a1b4-4cec-84c7-7a7e7993e4d9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:821f3408-2818-425e-ac97-2f3fdef14099
ServiceInvariantUUID:4e3306c1-9e69-4615-8330-5dd173a5f632
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:09ea5937-3bdd-4b19-8270-f36ec5e453de
ArtifactChecksum:YjQ3ZjkzNGNiMDNkMTQ3ODhhZmVkYjFjYjI5N2Q1NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322
ResourceInvariantUUID:e3fa44a2-a437-44aa-a412-a1c77619b01a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d613e275-e5e0-4b8c-8f18-ffdb054bbe59
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:db864892-7252-44b6-ad34-760fe6ce0e7a
ArtifactChecksum:ZTYxYmNiN2FmNDBlNDM3ZDc5YTFhNDY1MGQ0MWRiNWY=
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:9dd85ba8-b47c-42d1-a460-e50997fdbd12
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:9124f9a4-0928-42bc-a70d-0b3df1f2b7d1
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:9124f9a4-0928-42bc-a70d-0b3df1f2b7d1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T02:01:04.155Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 821f3408-2818-425e-ac97-2f3fdef14099 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-02-02T02:01:04.179Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:01:04.179Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:04.179Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:04.180Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 09ea5937-3bdd-4b19-8270-f36ec5e453de from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-02T02:01:04.180Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:04.180Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-02T02:01:04.773Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:04.778Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 09ea5937-3bdd-4b19-8270-f36ec5e453de 71037
2022-02-02T02:01:04.779Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-02T02:01:04.779Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-02T02:01:04.779Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:04.779Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:04.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:04.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767264779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:04.881Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T02:01:04.881Z||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-02-02T02:01:04.882Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:04.891Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:04.892Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:05.781Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:01:05.782Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:05.782Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 09ea5937-3bdd-4b19-8270-f36ec5e453de, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:05.782Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-02T02:01:05.782Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:05.783Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:05.859Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13584526646213130490/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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.579Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.580Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:06.581Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ed201446-f77a-4d9f-80b6-b27a603740c9
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:06.582Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:821f3408-2818-425e-ac97-2f3fdef14099
Model Version:NULL
Model InvariantUuid:4e3306c1-9e69-4615-8330-5dd173a5f632
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c75b03b7-1e3c-444f-93eb-a607d43a5168
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3fa44a2-a437-44aa-a412-a1c77619b01a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea738f08-bb9a-47c9-aaeb-d6c57245124a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c8f9c5f0-4675-4bcc-a63d-8c9f4317f71d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ed201446-f77a-4d9f-80b6-b27a603740c9
ModelInvariantUuid:b18df62e-0b6b-4f1d-8e0c-6ee3ae30377f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:24d4e6c6-41fa-4856-a068-c4a53b25daec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:31dd700e-4ea9-452a-8d4d-a8b36dcf4532
ModelInvariantUuid:c12c2f45-58b5-42ed-8d40-8b402086217b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:fa785f7d-23e9-44b9-8e81-242a63bda80d
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-02-02T02:01:06.588Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d613e275-e5e0-4b8c-8f18-ffdb054bbe59
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-02-02T02:01:06.589Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-02-02T02:01:06.589Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d613e275-e5e0-4b8c-8f18-ffdb054bbe59
2022-02-02T02:01:06.590Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db864892-7252-44b6-ad34-760fe6ce0e7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-02T02:01:06.590Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:06.590Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.779Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:06.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json db864892-7252-44b6-ad34-760fe6ce0e7a 787
2022-02-02T02:01:06.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:06.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:06.780Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:06.782Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:06.783Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767266780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:06.882Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:01:06.883Z||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-02-02T02:01:06.883Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:06.894Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:06.894Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:01:07.784Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea738f08-bb9a-47c9-aaeb-d6c57245124a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8f9c5f0-4675-4bcc-a63d-8c9f4317f71d",
    "vfModuleModelCustomizationUUID": "21c11ff0-cf8a-4a83-a8b8-f07349d18c08",
    "isBase": true,
    "artifacts": [
      "9dd85ba8-b47c-42d1-a460-e50997fdbd12",
      "9124f9a4-0928-42bc-a70d-0b3df1f2b7d1"
    ],
    "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-02-02T02:01:07.787Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8f9c5f0-4675-4bcc-a63d-8c9f4317f71d
VfModuleModelInvariantUUID:ea738f08-bb9a-47c9-aaeb-d6c57245124a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dd85ba8-b47c-42d1-a460-e50997fdbd12
,
9124f9a4-0928-42bc-a70d-0b3df1f2b7d1

}
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-02-02T02:01:07.788Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea738f08-bb9a-47c9-aaeb-d6c57245124a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8f9c5f0-4675-4bcc-a63d-8c9f4317f71d",
    "vfModuleModelCustomizationUUID": "21c11ff0-cf8a-4a83-a8b8-f07349d18c08",
    "isBase": true,
    "artifacts": [
      "9dd85ba8-b47c-42d1-a460-e50997fdbd12",
      "9124f9a4-0928-42bc-a70d-0b3df1f2b7d1"
    ],
    "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-02-02T02:01:07.788Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8f9c5f0-4675-4bcc-a63d-8c9f4317f71d
VfModuleModelInvariantUUID:ea738f08-bb9a-47c9-aaeb-d6c57245124a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dd85ba8-b47c-42d1-a460-e50997fdbd12
,
9124f9a4-0928-42bc-a70d-0b3df1f2b7d1

}
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-02-02T02:01:07.788Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9dd85ba8-b47c-42d1-a460-e50997fdbd12 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-02T02:01:07.788Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:07.788Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:08.063Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:08.063Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9dd85ba8-b47c-42d1-a460-e50997fdbd12 5033
2022-02-02T02:01:08.064Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:08.064Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:08.064Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:08.064Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:08.065Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:08.065Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767268064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:08.166Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:08.166Z||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-02-02T02:01:08.167Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:08.184Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:08.184Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:09.066Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9124f9a4-0928-42bc-a70d-0b3df1f2b7d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-02T02:01:09.067Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:09.067Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9124f9a4-0928-42bc-a70d-0b3df1f2b7d1 903
2022-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:09.112Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:09.114Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:09.114Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767269112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:09.215Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:09.215Z||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-02-02T02:01:09.215Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:09.224Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:09.225Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:10.115Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 821f3408-2818-425e-ac97-2f3fdef14099
2022-02-02T02:01:10.116Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d613e275-e5e0-4b8c-8f18-ffdb054bbe59 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-02-02T02:01:10.128Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c6824e6, org.onap.sdc.toscaparser.api.parameters.Input@3b1a685c, org.onap.sdc.toscaparser.api.parameters.Input@4482132f, org.onap.sdc.toscaparser.api.parameters.Input@38169017, org.onap.sdc.toscaparser.api.parameters.Input@5534dce7]
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322 matches Tosca VF Customization UUID: 77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322
2022-02-02T02:01:10.130Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322  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-02-02T02:01:10.132Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.133Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.133Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322: {\"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-02-02T02:01:10.133Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65d1c277
2022-02-02T02:01:10.133Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.134Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:01:10.134Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21c11ff0-cf8a-4a83-a8b8-f07349d18c08
2022-02-02T02:01:10.134Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21c11ff0-cf8a-4a83-a8b8-f07349d18c08
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-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.136Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-02T02:01:10.137Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-02T02:01:10.137Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:10.137Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ed201446-f77a-4d9f-80b6-b27a603740c9
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-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-02T02:01:10.139Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=77ccf06a-70c0-4d6d-bcfc-0ab46bbfb322
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-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 821f3408-2818-425e-ac97-2f3fdef14099: basic_vm
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:10.141Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:10.219Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d613e275-e5e0-4b8c-8f18-ffdb054bbe59 1 ASDC deployResourceStructure
2022-02-02T02:01:10.219Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:10.219Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:10.219Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:10.219Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:10.220Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:10.220Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767270219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:10.321Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:10.321Z||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-02-02T02:01:10.321Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:10.333Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:10.333Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:01:11.221Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:11.221Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:11.222Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:11.222Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:11.224Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:11.224Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767271221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:11.324Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:11.324Z||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-02-02T02:01:11.325Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:11.334Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:11.334Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:12.224Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:12.225Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||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-02-02T02:01:12.225Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:12.225Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:12.227Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:12.227Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767272224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:12.327Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:12.328Z||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-02-02T02:01:12.328Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:12.338Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:12.338Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:13.228Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-02T02:01:13.228Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-02T02:01:13.229Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:13.229Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:13.231Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:13.231Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767273228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:13.331Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:13.331Z||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-02-02T02:01:13.331Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:13.343Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:13.343Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:14.231Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:01:14.240Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4576a229-a1b4-4cec-84c7-7a7e7993e4d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:01:14.242Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:01:14.242Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:01:14.242Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:01:14.242Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:01:14.243Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:01:14.246Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:01:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:01:24.030Z||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-02-02T02:01:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:24.048Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:24.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:01:24.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "843bfd0c-4733-4a7a-b2fb-cb4aceae1ee0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767104926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767106300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767108895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:01:24.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "clamp",
  "timestamp": 1643767109899,
  "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-02-02T02:01:24.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d397c7c9-5394-47d6-ad8d-50795ac16774
2022-02-02T02:01:24.055Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:01:44.247Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 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-02-02T02:01:44.251Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 and serviceModelVersionId: 821f3408-2818-425e-ac97-2f3fdef14099
2022-02-02T02:01:44.251Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e3306c1-9e69-4615-8330-5dd173a5f632
2022-02-02T02:01:44.252Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0
2022-02-02T02:01:44.256Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:01:44.279Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0|INFO|500||Invoke
2022-02-02T02:01:44.279Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4576a229-a1b4-4cec-84c7-7a7e7993e4d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8139dddc-bb3f-4958-88ed-c814878ad5a4], X-ECOMP-RequestID=[4576a229-a1b4-4cec-84c7-7a7e7993e4d9], X-TransactionId=[], X-ONAP-RequestID=[4576a229-a1b4-4cec-84c7-7a7e7993e4d9], Content-Type=[application/merge-patch+json]}
2022-02-02T02:01:44.293Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T02:01:44.711Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?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/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-02:01:44:300-97829], vertex-id=[213160], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:01:44 GMT], Content-Type=[application/json]}
2022-02-02T02:01:44.712Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:01:44.712Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e3306c1-9e69-4615-8330-5dd173a5f632/model-vers/model-ver/821f3408-2818-425e-ac97-2f3fdef14099?depth=0|INFO|500||InvokeReturn
2022-02-02T02:01:44.712Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:01:44.712Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:01:44.733Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:01:44.733Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4576a229-a1b4-4cec-84c7-7a7e7993e4d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T02:01:44.734Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:01:44.734Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:44.736Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:44.736Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767304734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:01:44.836Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:44.837Z||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-02-02T02:01:44.837Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:44.851Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:44.852Z||pool-123-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-02-02T02:01:45.746Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:01:45.746Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d397c7c9-5394-47d6-ad8d-50795ac16774","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"32148f18-d0fd-42c0-a253-c3d69d978131","serviceDescription":"service","serviceInvariantUUID":"2efde636-7a0c-46a8-9483-ff63cd5e15db","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f07bb0b-eee5-4536-9a3c-d3b99a978e63","resourceInvariantUUID":"1f723de0-7e23-4605-8a72-d76b54581679","resourceCustomizationUUID":"935485df-9d3e-4428-a0b4-0a670f4e05a0","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":"Y2ZjYTFkOWZhNjRlZjU3ZDU1YWRjNmM1OWQ0YTBkYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8996148d-0b76-4899-898e-244d4f3cb0f2","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":"YmY5ZTE0ODU1NDMwYTg2MzEzMjk0MzE1YTMzMDZkZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26a73fb9-f9f0-47af-8456-f0c96f01e10a","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":"fe4464dc-cf46-438b-b0a9-0cbf12290836","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":"b9ef93ec-a812-4ae7-8439-c03cebf8a276","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":"4898bff0-90f6-4f60-9e3c-1e991de9f012","artifactVersion":"2","generatedFromUUID":"fe4464dc-cf46-438b-b0a9-0cbf12290836"},{"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":"YTlhYTRkN2RjOTAyNzIwMGYyOWY3Zjg4ZjE5M2I3MmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"152a59a8-18a8-481e-9d53-2e0488d07339","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":"MWRiMzdjZjA1MWM3MDRiNDA1MzY5MWUwNzk5N2Y3NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70b963c1-ca51-4b7f-9ff9-e204e1917c5f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTllMTY3ODU4NmE5NjY4NGJjY2M3ZTI3ODczYmJkZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e956d80-2e9d-482d-9a22-2d10dbd9d207","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:01:45.746Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:45.747Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:45.748Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:45.748Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:45.848Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:45.849Z||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-02-02T02:01:45.849Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:45.860Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:45.860Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:46.749Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:46.750Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:46.751Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:46.751Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:01:46.851Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:46.852Z||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-02-02T02:01:46.852Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:46.862Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:46.863Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:01:47.751Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:47.752Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:47.753Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:47.753Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:01:47.854Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T02:01:47.855Z||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-02-02T02:01:47.855Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:47.866Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:47.866Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:48.754Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:48.755Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:48.757Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:48.757Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:48.857Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:48.857Z||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-02-02T02:01:48.857Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:48.868Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:48.868Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:49.759Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:49.759Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:49.761Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:49.761Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-02T02:01:49.862Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:49.862Z||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-02-02T02:01:49.862Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:49.873Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:49.873Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:50.762Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:50.763Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:50.765Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:50.765Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:50.865Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:50.865Z||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-02-02T02:01:50.866Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:50.876Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:50.877Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:51.765Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:51.766Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:51.767Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:51.767Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:01:51.867Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:51.868Z||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-02-02T02:01:51.868Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:51.879Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:51.880Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:52.768Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:01:52.768Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:52.770Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:52.770Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:01:52.871Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:01:52.871Z||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-02-02T02:01:52.871Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:52.882Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:52.882Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:53.772Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "32148f18-d0fd-42c0-a253-c3d69d978131",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2efde636-7a0c-46a8-9483-ff63cd5e15db",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "935485df-9d3e-4428-a0b4-0a670f4e05a0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1f07bb0b-eee5-4536-9a3c-d3b99a978e63",
      "resourceInvariantUUID": "1f723de0-7e23-4605-8a72-d76b54581679",
      "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": "YmY5ZTE0ODU1NDMwYTg2MzEzMjk0MzE1YTMzMDZkZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "26a73fb9-f9f0-47af-8456-f0c96f01e10a",
          "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": "fe4464dc-cf46-438b-b0a9-0cbf12290836",
          "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": "4898bff0-90f6-4f60-9e3c-1e991de9f012",
            "generatedFromUUID": "fe4464dc-cf46-438b-b0a9-0cbf12290836"
          },
          "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": "4898bff0-90f6-4f60-9e3c-1e991de9f012",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTllMTY3ODU4NmE5NjY4NGJjY2M3ZTI3ODczYmJkZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e956d80-2e9d-482d-9a22-2d10dbd9d207"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:01:53.772Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:01:53.772Z|4576a229-a1b4-4cec-84c7-7a7e7993e4d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32148f18-d0fd-42c0-a253-c3d69d978131 ASDC
2022-02-02T02:01:53.773Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d397c7c9-5394-47d6-ad8d-50795ac16774
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:32148f18-d0fd-42c0-a253-c3d69d978131
ServiceInvariantUUID:2efde636-7a0c-46a8-9483-ff63cd5e15db
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:8e956d80-2e9d-482d-9a22-2d10dbd9d207
ArtifactChecksum:ZTllMTY3ODU4NmE5NjY4NGJjY2M3ZTI3ODczYmJkZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:935485df-9d3e-4428-a0b4-0a670f4e05a0
ResourceInvariantUUID:1f723de0-7e23-4605-8a72-d76b54581679
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1f07bb0b-eee5-4536-9a3c-d3b99a978e63
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:26a73fb9-f9f0-47af-8456-f0c96f01e10a
ArtifactChecksum:YmY5ZTE0ODU1NDMwYTg2MzEzMjk0MzE1YTMzMDZkZTM=
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:fe4464dc-cf46-438b-b0a9-0cbf12290836
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:4898bff0-90f6-4f60-9e3c-1e991de9f012
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:4898bff0-90f6-4f60-9e3c-1e991de9f012
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T02:01:53.773Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32148f18-d0fd-42c0-a253-c3d69d978131 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-02-02T02:01:53.797Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:01:53.797Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:53.798Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:53.798Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8e956d80-2e9d-482d-9a22-2d10dbd9d207 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-02T02:01:53.798Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:53.798Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-02T02:01:53.922Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:53.928Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8e956d80-2e9d-482d-9a22-2d10dbd9d207 78798
2022-02-02T02:01:53.928Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-02T02:01:53.928Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-02T02:01:53.928Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:53.929Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:53.930Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:53.931Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767313928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:54.031Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:01:54.031Z||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-02-02T02:01:54.031Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:54.040Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:54.040Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:54.931Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:01:54.932Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:01:54.933Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8e956d80-2e9d-482d-9a22-2d10dbd9d207, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:54.933Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-02T02:01:54.934Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:54.934Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:55.005Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1909513569895540706/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-02-02T02:01:55.719Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.720Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:01:55.721Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.722Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:55.723Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:55.724Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e636b9a-7dff-4959-bc99-0a3efa3f49d0
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.725Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.726Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:55.726Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:55.726Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:32148f18-d0fd-42c0-a253-c3d69d978131
Model Version:NULL
Model InvariantUuid:2efde636-7a0c-46a8-9483-ff63cd5e15db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:dbaa2a97-61ab-4a4d-a34e-767f9e569171
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f723de0-7e23-4605-8a72-d76b54581679
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:935485df-9d3e-4428-a0b4-0a670f4e05a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d8f393a2-2854-4409-904c-1f0a0f424c9f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c911d773-37ce-4e15-bffc-5d81cb5f4f4a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8e636b9a-7dff-4959-bc99-0a3efa3f49d0
ModelInvariantUuid:12d0c878-69b9-4993-8476-20a71eb2f44c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:99a66f7d-88f2-492c-aefe-ff7ad2a3c46a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3507dd52-5113-4cb7-8497-286453f41150
ModelInvariantUuid:44c21063-eeb3-4aec-9267-3896aa49f93d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e2617191-37f0-4908-aac4-1a0ddd7d4c9d
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-02-02T02:01:55.731Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f07bb0b-eee5-4536-9a3c-d3b99a978e63
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-02-02T02:01:55.733Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-02-02T02:01:55.733Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f07bb0b-eee5-4536-9a3c-d3b99a978e63
2022-02-02T02:01:55.733Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 26a73fb9-f9f0-47af-8456-f0c96f01e10a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-02T02:01:55.733Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:55.733Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.774Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:55.774Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 26a73fb9-f9f0-47af-8456-f0c96f01e10a 792
2022-02-02T02:01:55.774Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.774Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:55.774Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:55.775Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:55.777Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:55.777Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767315774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:55.877Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:55.878Z||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-02-02T02:01:55.878Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:55.888Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:55.889Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:56.777Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d8f393a2-2854-4409-904c-1f0a0f424c9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c911d773-37ce-4e15-bffc-5d81cb5f4f4a",
    "vfModuleModelCustomizationUUID": "a6d2c9a2-7d8d-4a84-a649-c93210a34409",
    "isBase": true,
    "artifacts": [
      "fe4464dc-cf46-438b-b0a9-0cbf12290836",
      "4898bff0-90f6-4f60-9e3c-1e991de9f012"
    ],
    "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-02-02T02:01:56.781Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c911d773-37ce-4e15-bffc-5d81cb5f4f4a
VfModuleModelInvariantUUID:d8f393a2-2854-4409-904c-1f0a0f424c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4464dc-cf46-438b-b0a9-0cbf12290836
,
4898bff0-90f6-4f60-9e3c-1e991de9f012

}
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-02-02T02:01:56.783Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d8f393a2-2854-4409-904c-1f0a0f424c9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c911d773-37ce-4e15-bffc-5d81cb5f4f4a",
    "vfModuleModelCustomizationUUID": "a6d2c9a2-7d8d-4a84-a649-c93210a34409",
    "isBase": true,
    "artifacts": [
      "fe4464dc-cf46-438b-b0a9-0cbf12290836",
      "4898bff0-90f6-4f60-9e3c-1e991de9f012"
    ],
    "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-02-02T02:01:56.784Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c911d773-37ce-4e15-bffc-5d81cb5f4f4a
VfModuleModelInvariantUUID:d8f393a2-2854-4409-904c-1f0a0f424c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4464dc-cf46-438b-b0a9-0cbf12290836
,
4898bff0-90f6-4f60-9e3c-1e991de9f012

}
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-02-02T02:01:56.784Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe4464dc-cf46-438b-b0a9-0cbf12290836 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-02T02:01:56.784Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:56.784Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:56.834Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:56.836Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fe4464dc-cf46-438b-b0a9-0cbf12290836 5033
2022-02-02T02:01:56.836Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:56.836Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:56.836Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:56.836Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:56.838Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:56.838Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767316836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:56.938Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:56.939Z||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-02-02T02:01:56.939Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:56.949Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:56.950Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:01:57.838Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4898bff0-90f6-4f60-9e3c-1e991de9f012 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-02T02:01:57.839Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:01:57.839Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:57.880Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:01:57.880Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4898bff0-90f6-4f60-9e3c-1e991de9f012 903
2022-02-02T02:01:57.881Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:57.881Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:57.881Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:01:57.881Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:57.883Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:57.883Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767317881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:01:57.983Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:57.983Z||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-02-02T02:01:57.984Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:57.994Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:57.994Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:58.883Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 32148f18-d0fd-42c0-a253-c3d69d978131
2022-02-02T02:01:58.884Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1f07bb0b-eee5-4536-9a3c-d3b99a978e63 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-02-02T02:01:58.896Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@143dceb9, org.onap.sdc.toscaparser.api.parameters.Input@7a70f47d, org.onap.sdc.toscaparser.api.parameters.Input@59645716, org.onap.sdc.toscaparser.api.parameters.Input@1d88b020, org.onap.sdc.toscaparser.api.parameters.Input@673aed2e]
2022-02-02T02:01:58.897Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.897Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.897Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-02T02:01:58.897Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 935485df-9d3e-4428-a0b4-0a670f4e05a0
2022-02-02T02:01:58.897Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 935485df-9d3e-4428-a0b4-0a670f4e05a0 matches Tosca VF Customization UUID: 935485df-9d3e-4428-a0b4-0a670f4e05a0
2022-02-02T02:01:58.898Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 935485df-9d3e-4428-a0b4-0a670f4e05a0  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-02-02T02:01:58.899Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.899Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.899Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 935485df-9d3e-4428-a0b4-0a670f4e05a0: {\"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-02-02T02:01:58.899Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3962a3bd
2022-02-02T02:01:58.899Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.900Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:01:58.900Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6d2c9a2-7d8d-4a84-a649-c93210a34409
2022-02-02T02:01:58.900Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6d2c9a2-7d8d-4a84-a649-c93210a34409
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-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:58.901Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.902Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-02T02:01:58.902Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-02T02:01:58.902Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-02T02:01:58.902Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e636b9a-7dff-4959-bc99-0a3efa3f49d0
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-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-02T02:01:58.903Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=935485df-9d3e-4428-a0b4-0a670f4e05a0
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-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 32148f18-d0fd-42c0-a253-c3d69d978131: basic_vm_macro
2022-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.905Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:01:58.906Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:01:58.907Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:58.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1f07bb0b-eee5-4536-9a3c-d3b99a978e63 1 ASDC deployResourceStructure
2022-02-02T02:01:58.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:58.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:58.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:58.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:58.974Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:58.974Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767318972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:01:59.074Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:01:59.075Z||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-02-02T02:01:59.075Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:01:59.086Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:01:59.086Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:01:59.974Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:59.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:01:59.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:01:59.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:01:59.977Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:01:59.978Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767319974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:00.077Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:02:00.078Z||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-02-02T02:02:00.078Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:00.089Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:00.089Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:00.978Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:02:00.979Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||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-02-02T02:02:00.979Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:02:00.979Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:00.981Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:00.981Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767320978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:01.082Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:01.082Z||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-02-02T02:02:01.082Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:01.093Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:01.093Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:01.982Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-02T02:02:01.982Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-02T02:02:01.983Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:02:01.983Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:01.984Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:01.984Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767321982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:02.084Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:02.085Z||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-02-02T02:02:02.085Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:02.097Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:02.097Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:02.984Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d397c7c9-5394-47d6-ad8d-50795ac16774
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:02:02.994Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d397c7c9-5394-47d6-ad8d-50795ac16774
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:02:02.996Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:02:03.000Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:02:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:02:24.030Z||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-02-02T02:02:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:24.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767196791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767197439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767196835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767203083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767216129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767216130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767207522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767216420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767217147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:24.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "cds",
  "timestamp": 1643767217628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T02:02:24.082Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 136bc4fd-d9a9-4298-93f7-8954c62bc8ab
2022-02-02T02:02:24.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136bc4fd-d9a9-4298-93f7-8954c62bc8ab 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-02-02T02:02:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767217624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:24.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767217786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767218149,
  "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-02-02T02:02:24.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 136bc4fd-d9a9-4298-93f7-8954c62bc8ab
2022-02-02T02:02:24.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136bc4fd-d9a9-4298-93f7-8954c62bc8ab 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-02-02T02:02:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767218627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767218790,
  "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-02-02T02:02:24.102Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 136bc4fd-d9a9-4298-93f7-8954c62bc8ab
2022-02-02T02:02:24.102Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136bc4fd-d9a9-4298-93f7-8954c62bc8ab 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-02-02T02:02:24.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "policy-id",
  "timestamp": 1643767219629,
  "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-02-02T02:02:24.113Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 136bc4fd-d9a9-4298-93f7-8954c62bc8ab
2022-02-02T02:02:24.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136bc4fd-d9a9-4298-93f7-8954c62bc8ab 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-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:24.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:02:24.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:24.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:02:33.000Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d397c7c9-5394-47d6-ad8d-50795ac16774 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-02-02T02:02:33.006Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d397c7c9-5394-47d6-ad8d-50795ac16774 and serviceModelVersionId: 32148f18-d0fd-42c0-a253-c3d69d978131
2022-02-02T02:02:33.006Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2efde636-7a0c-46a8-9483-ff63cd5e15db
2022-02-02T02:02:33.007Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?depth=0
2022-02-02T02:02:33.012Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:02:33.030Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?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-02-02T02:02:33.030Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?depth=0|INFO|500||Invoke
2022-02-02T02:02:33.044Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T02:02:33.365Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?depth=0|INFO|500||InvokeReturn
2022-02-02T02:02:33.366Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2efde636-7a0c-46a8-9483-ff63cd5e15db/model-vers/model-ver/32148f18-d0fd-42c0-a253-c3d69d978131?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220202-02:02:33:050-61954], vertex-id=[471288], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:02:33 GMT], Content-Type=[application/json]}
2022-02-02T02:02:33.366Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:02:33.366Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:02:33.366Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:02:33.371Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@24bcf8da marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1517) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-02-02T02:02:33.372Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:02:33.373Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||ERROR|500||(conn=1517) WSREP has not yet prepared node for application use
2022-02-02T02:02:33.377Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1517) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 53 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-02-02T02:02:33.378Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d397c7c9-5394-47d6-ad8d-50795ac16774 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T02:02:33.378Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:02:33.378Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:33.380Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:33.380Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767353378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:02:33.480Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:33.481Z||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-02-02T02:02:33.481Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:33.492Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:33.493Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T02:02:34.390Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:02:34.390Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T02:02:34.390Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:38.959Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:38.960Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:02:38.960Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"136bc4fd-d9a9-4298-93f7-8954c62bc8ab","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"359da18c-8abf-43fd-bece-77510d372b94","serviceDescription":"service","serviceInvariantUUID":"65f2aee7-b007-4600-9529-8eaffce61747","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aea0b4e2-6d14-4029-801f-adadef557785","resourceInvariantUUID":"03696854-3b51-4cd9-b7e0-00eb2500b24c","resourceCustomizationUUID":"7d9a2155-c803-4071-85aa-1ff55d2fb5b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTkwZTlmYjEzOThkNWMwMTA2OTg4NWZlNDdmZDZkNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1050b10e-64ff-4f45-811f-b5a2af7d54dd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72c3705e-ff3c-465c-82b4-d2cc6f3393a2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9edc6fcc-5f7a-4321-bf4a-8365ea1e2397","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NGRhODdjNjVjYjUyMDgzOWRlYmI3NDM4YjgxNGExNDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60830b9a-924c-4772-8a60-2df93fe46be6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"395f6886-d593-4c0f-b685-13679b2c5311","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"019d5917-af7a-4a3b-bc39-4defbc312059","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37fd9058-d2ab-4410-b8a3-f4d2253ea301","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OWRjNzg4OTIxYWZlOTNkYjAyMzA3MDU4N2Q4NDc5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4e5397-5193-45ea-9a12-37346fc47984","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjFlM2ZiZGExZDI3OThmNGMzNTY4MzI0NTVkZTc4ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3321b5f9-9f62-43be-962f-98aaa53e2d49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:02:38.962Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:38.962Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:38.964Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:38.964Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:39.064Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:39.065Z||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-02-02T02:02:39.065Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:39.076Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:39.076Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:39.965Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:39.966Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:39.968Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:39.968Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:40.068Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:40.068Z||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-02-02T02:02:40.069Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:40.079Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:40.080Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:40.968Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:40.969Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:40.971Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:40.971Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:41.072Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:41.072Z||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-02-02T02:02:41.072Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:41.083Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:41.083Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:41.972Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:41.973Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:41.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:41.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:42.075Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:42.077Z||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-02-02T02:02:42.077Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:42.086Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:42.087Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:42.975Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:42.976Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:42.978Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:42.978Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:43.078Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:43.079Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:43.079Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:43.089Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:43.089Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:43.978Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:43.979Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:43.981Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:43.981Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:44.082Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:44.082Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:44.082Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:44.094Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:44.094Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:44.982Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:44.983Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:44.984Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:44.984Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:45.085Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:45.085Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:45.085Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:45.097Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:45.097Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:45.985Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:45.986Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:45.987Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:45.987Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:46.087Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:46.088Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:46.088Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:46.099Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:46.100Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:46.987Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:46.989Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:46.991Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:46.991Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:47.091Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:02:47.092Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:47.092Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:47.103Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:47.103Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:47.992Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "359da18c-8abf-43fd-bece-77510d372b94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "65f2aee7-b007-4600-9529-8eaffce61747",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7d9a2155-c803-4071-85aa-1ff55d2fb5b5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aea0b4e2-6d14-4029-801f-adadef557785",
      "resourceInvariantUUID": "03696854-3b51-4cd9-b7e0-00eb2500b24c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZjFlM2ZiZGExZDI3OThmNGMzNTY4MzI0NTVkZTc4ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3321b5f9-9f62-43be-962f-98aaa53e2d49"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:02:47.993Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:02:47.993Z|d397c7c9-5394-47d6-ad8d-50795ac16774|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 359da18c-8abf-43fd-bece-77510d372b94 ASDC
2022-02-02T02:02:47.993Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:136bc4fd-d9a9-4298-93f7-8954c62bc8ab
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:359da18c-8abf-43fd-bece-77510d372b94
ServiceInvariantUUID:65f2aee7-b007-4600-9529-8eaffce61747
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:3321b5f9-9f62-43be-962f-98aaa53e2d49
ArtifactChecksum:ZjFlM2ZiZGExZDI3OThmNGMzNTY4MzI0NTVkZTc4ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7d9a2155-c803-4071-85aa-1ff55d2fb5b5
ResourceInvariantUUID:03696854-3b51-4cd9-b7e0-00eb2500b24c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:aea0b4e2-6d14-4029-801f-adadef557785
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-02T02:02:47.994Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 359da18c-8abf-43fd-bece-77510d372b94 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-02-02T02:02:48.014Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:02:48.014Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:48.014Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:48.014Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3321b5f9-9f62-43be-962f-98aaa53e2d49 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-02T02:02:48.014Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:02:48.015Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-02T02:02:48.328Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:02:48.335Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3321b5f9-9f62-43be-962f-98aaa53e2d49 105642
2022-02-02T02:02:48.335Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-02T02:02:48.335Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-02T02:02:48.335Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:02:48.336Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:48.337Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:48.337Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767368335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:48.437Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:48.438Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:48.438Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:48.448Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:48.449Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:49.337Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:02:49.338Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:49.338Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3321b5f9-9f62-43be-962f-98aaa53e2d49, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.339Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.339Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.340Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.405Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13522391634329473397/Definitions/service-TestPnfMacro-template.yml
2022-02-02T02:02:49.876Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.877Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.878Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:02:49.879Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:02:49.879Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:359da18c-8abf-43fd-bece-77510d372b94
Model Version:NULL
Model InvariantUuid:65f2aee7-b007-4600-9529-8eaffce61747
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-02-02T02:02:49.883Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@649ec490 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2280) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-02-02T02:02:49.883Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:02:49.883Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||ERROR|500||(conn=2280) WSREP has not yet prepared node for application use
2022-02-02T02:02:49.885Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2280) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-02-02T02:02:49.885Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2280) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-02-02T02:02:49.887Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-02-02T02:02:49.887Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 136bc4fd-d9a9-4298-93f7-8954c62bc8ab 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-02-02T02:02:49.890Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 136bc4fd-d9a9-4298-93f7-8954c62bc8ab and serviceModelVersionId: 359da18c-8abf-43fd-bece-77510d372b94
2022-02-02T02:02:49.890Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65f2aee7-b007-4600-9529-8eaffce61747
2022-02-02T02:02:49.890Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0
2022-02-02T02:02:49.893Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:02:49.912Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0|INFO|500||Invoke
2022-02-02T02:02:49.912Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[136bc4fd-d9a9-4298-93f7-8954c62bc8ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd89ceb6-f8f3-4ab3-b30a-76e376a1f6e8], X-ECOMP-RequestID=[136bc4fd-d9a9-4298-93f7-8954c62bc8ab], X-TransactionId=[], X-ONAP-RequestID=[136bc4fd-d9a9-4298-93f7-8954c62bc8ab], Content-Type=[application/merge-patch+json]}
2022-02-02T02:02:49.923Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-02T02:02:50.218Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?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/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-02:02:49:929-89082], vertex-id=[258056], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:02:49 GMT], Content-Type=[application/json]}
2022-02-02T02:02:50.218Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:02:50.219Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f2aee7-b007-4600-9529-8eaffce61747/model-vers/model-ver/359da18c-8abf-43fd-bece-77510d372b94?depth=0|INFO|500||InvokeReturn
2022-02-02T02:02:50.219Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:02:50.219Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-02-02T02:02:50.220Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 136bc4fd-d9a9-4298-93f7-8954c62bc8ab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:02:50.220Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-02T02:02:50.220Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:50.222Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:50.222Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767370220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-02T02:02:50.322Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:50.323Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:50.323Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:50.333Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:50.334Z||pool-151-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-02-02T02:02:51.233Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:02:51.233Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc4e2535-614e-430e-b059-5c5cccf18021","serviceName":"vFW 2022-02-02 01-59-29","serviceVersion":"1.0","serviceUUID":"47f0c4ba-7808-4058-90f8-a41d3b18c6fe","serviceDescription":"catalog service description","serviceInvariantUUID":"f3b6107b-63a8-4340-9edb-98e3b31e99b8","resources":[{"resourceInstanceName":"vFW 3794d1f6-af74 0","resourceName":"vFW 3794d1f6-af74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe930edb-987e-4da7-8165-88b908e72ae8","resourceInvariantUUID":"97edfc8e-bbe7-41f7-a68d-08c8a8795402","resourceCustomizationUUID":"59fd4b4b-0b38-4305-bfea-2449b8ed980e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vf-license-model.xml","artifactChecksum":"NGQyOGQ0YjQ0N2QwNmY3ZjllZWQyYWQwYmY2MzA5N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4c08276-bfa2-471a-955e-d169d1c77d8e","artifactVersion":"1"},{"artifactName":"vfw3794d1f6af740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json","artifactChecksum":"NzUxMTZjYTE3NmU5MTkzYjc4NDU0OWE2ZTEyOWNlOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f23f3df-e264-493d-aa22-526ec371cf97","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8ed2f9e-675a-4301-a18f-bdb2cca55427","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vendor-license-model.xml","artifactChecksum":"ZDhkZTc1YTI0MWI0Y2IxMGZiNWE5YTdkM2YxNDlkNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca270495-6645-4baa-b83c-a7d027a85706","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e55c323-7eb8-4776-a713-719488a22dc4","artifactVersion":"2","generatedFromUUID":"c8ed2f9e-675a-4301-a18f-bdb2cca55427"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202015929-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-template.yml","artifactChecksum":"YWJkYWM4MmRjMGY1NTlmN2NiODc2MjA0ODRiZGRlNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47663ece-2b27-4835-aee6-47ca5130e4eb","artifactVersion":"1"},{"artifactName":"service-Vfw20220202015929-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar","artifactChecksum":"ODBlYWQ5ZjEyNmE5MzFmOTIwOWRjZDBhNjEzZDk1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47538cf9-2078-4830-abf9-b697fa0fbdf1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:02:51.234Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:51.234Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:51.236Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:51.236Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:51.336Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:51.337Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:51.337Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:51.348Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:51.348Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:52.237Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:52.238Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:52.240Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:52.240Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:02:52.340Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:52.340Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:52.341Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:52.350Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:52.350Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:53.240Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:53.241Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:53.243Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:53.243Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:02:53.343Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:02:53.344Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:53.344Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:53.354Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:53.354Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:54.244Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:54.245Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:54.247Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:54.247Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:54.347Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:54.347Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:54.348Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:54.362Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:54.362Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:55.247Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:55.248Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:55.249Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:55.249Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T02:02:55.349Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:55.350Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:55.350Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:55.362Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:55.362Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:02:56.250Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:56.250Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:56.252Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:56.252Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:02:56.352Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:56.353Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:56.353Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:56.363Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:56.363Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:57.253Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:02:57.254Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:57.255Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:57.256Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:02:57.356Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:02:57.356Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:57.356Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:57.367Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:57.367Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:58.257Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "serviceName": "vFW 2022-02-02 01-59-29",
  "serviceVersion": "1.0",
  "serviceUUID": "47f0c4ba-7808-4058-90f8-a41d3b18c6fe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3b6107b-63a8-4340-9edb-98e3b31e99b8",
  "resources": [
    {
      "resourceInstanceName": "vFW 3794d1f6-af74 0",
      "resourceCustomizationUUID": "59fd4b4b-0b38-4305-bfea-2449b8ed980e",
      "resourceName": "vFW 3794d1f6-af74",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe930edb-987e-4da7-8165-88b908e72ae8",
      "resourceInvariantUUID": "97edfc8e-bbe7-41f7-a68d-08c8a8795402",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3794d1f6af740_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
          "artifactChecksum": "NzUxMTZjYTE3NmU5MTkzYjc4NDU0OWE2ZTEyOWNlOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f23f3df-e264-493d-aa22-526ec371cf97",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8ed2f9e-675a-4301-a18f-bdb2cca55427",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e55c323-7eb8-4776-a713-719488a22dc4",
            "generatedFromUUID": "c8ed2f9e-675a-4301-a18f-bdb2cca55427"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e55c323-7eb8-4776-a713-719488a22dc4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202015929-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
      "artifactChecksum": "ODBlYWQ5ZjEyNmE5MzFmOTIwOWRjZDBhNjEzZDk1MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47538cf9-2078-4830-abf9-b697fa0fbdf1"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:02:58.257Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:02:58.257Z|136bc4fd-d9a9-4298-93f7-8954c62bc8ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47f0c4ba-7808-4058-90f8-a41d3b18c6fe ASDC
2022-02-02T02:02:58.257Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fc4e2535-614e-430e-b059-5c5cccf18021
ServiceName:vFW 2022-02-02 01-59-29
ServiceVersion:1.0
ServiceUUID:47f0c4ba-7808-4058-90f8-a41d3b18c6fe
ServiceInvariantUUID:f3b6107b-63a8-4340-9edb-98e3b31e99b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202015929-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar
ArtifactUUID:47538cf9-2078-4830-abf9-b697fa0fbdf1
ArtifactChecksum:ODBlYWQ5ZjEyNmE5MzFmOTIwOWRjZDBhNjEzZDk1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3794d1f6-af74 0
ResourceCustomizationUUID:59fd4b4b-0b38-4305-bfea-2449b8ed980e
ResourceInvariantUUID:97edfc8e-bbe7-41f7-a68d-08c8a8795402
ResourceName:vFW 3794d1f6-af74
ResourceType:VF
ResourceUUID:fe930edb-987e-4da7-8165-88b908e72ae8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3794d1f6af740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json
ArtifactUUID:8f23f3df-e264-493d-aa22-526ec371cf97
ArtifactChecksum:NzUxMTZjYTE3NmU5MTkzYjc4NDU0OWE2ZTEyOWNlOTI=
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/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml
ArtifactUUID:c8ed2f9e-675a-4301-a18f-bdb2cca55427
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/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
ArtifactUUID:0e55c323-7eb8-4776-a713-719488a22dc4
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/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
ArtifactUUID:0e55c323-7eb8-4776-a713-719488a22dc4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T02:02:58.257Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47f0c4ba-7808-4058-90f8-a41d3b18c6fe 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-02-02T02:02:58.475Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:02:58.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:58.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:58.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 47538cf9-2078-4830-abf9-b697fa0fbdf1 from URL: /sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:58.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:02:58.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:58.531Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:02:58.539Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar 47538cf9-2078-4830-abf9-b697fa0fbdf1 98946
2022-02-02T02:02:58.539Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar ASDC sendASDCNotification
2022-02-02T02:02:58.539Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:58.539Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:02:58.539Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:02:58.543Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:02:58.543Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767378539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:02:58.644Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T02:02:58.645Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:02:58.645Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:02:58.655Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:02:58.655Z||pool-159-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:02:59.544Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:02:59.545Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:02:59.545Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 47538cf9-2078-4830-abf9-b697fa0fbdf1, URL: /sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar to file: /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:59.545Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202015929-csar.csar
2022-02-02T02:02:59.545Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:59.545Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:02:59.889Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4027092081354714141/Definitions/service-Vfw20220202015929-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.074Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3794d1f6-af74 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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||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-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.075Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.076Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.077Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:01.078Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c4d8541-e240-485d-aafb-42dfa2888f0e
2022-02-02T02:03:01.079Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b00f2668-f736-4f59-862b-040638e20293
2022-02-02T02:03:01.080Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4ba210d-f144-4358-adc2-5e4f66365ad8
2022-02-02T02:03:01.081Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:01.082Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-02 01-59-29
Description:catalog service description
Model UUID:47f0c4ba-7808-4058-90f8-a41d3b18c6fe
Model Version:NULL
Model InvariantUuid:f3b6107b-63a8-4340-9edb-98e3b31e99b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3794d1f6-af74
Model UUID:a4672e4e-32ab-40d6-bdc0-c67a840d2922
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97edfc8e-bbe7-41f7-a68d-08c8a8795402
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59fd4b4b-0b38-4305-bfea-2449b8ed980e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f05475dd-73d6-4979-84c7-1ed765f9d89a
ModelName:Vfw3794d1f6Af74..base_vfw..module-0
ModelUuid:b7e82fc5-ee1b-40df-aba2-3844fa20b724
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c4d8541-e240-485d-aafb-42dfa2888f0e
ModelInvariantUuid:cc20c552-1f90-4d0e-9d81-1c006aabaa46
ModelName:vFW 3794d1f6-af74-nodes.vfwCvfc
ModelUuid:440b3b94-656e-40ca-8d04-137c2e63be40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:64a24739-2b59-46e9-96cd-dfa8698c3ff4
ModelInvariantUuid:595f0052-bb7c-4124-9e9d-a9c348546e97
ModelName:Vfw3794d1f6Af74.compute.nodes.heat.vfw
ModelUuid:a3ef74eb-7902-4e4a-ba6f-c641da6cc2bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b00f2668-f736-4f59-862b-040638e20293
ModelInvariantUuid:2d1b0782-2744-4b56-ab06-efd0373befa2
ModelName:vFW 3794d1f6-af74-nodes.vsnCvfc
ModelUuid:231fc4b8-71c2-4c38-b2d3-5b8b86cfb692
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e344b977-50f5-4b33-b61b-c8dc0e985086
ModelInvariantUuid:51a1457e-899f-4e74-a592-e7b2ad7bcfa6
ModelName:Vfw3794d1f6Af74.compute.nodes.heat.vsn
ModelUuid:41782fe6-9c1c-46d0-8102-dfac27e1b61d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f4ba210d-f144-4358-adc2-5e4f66365ad8
ModelInvariantUuid:d4b30f1d-55ce-4c75-ab12-c1b66eda4d5a
ModelName:vFW 3794d1f6-af74-nodes.vpgCvfc
ModelUuid:23850a0d-1cc4-4d5b-a285-af1b66267c39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f7cb0bf-5099-423c-9daf-88a35c84331a
ModelInvariantUuid:17c5f452-4296-48c3-8bf8-99f240484708
ModelName:Vfw3794d1f6Af74.compute.nodes.heat.vpg
ModelUuid:3a163f56-2794-45c8-8f89-1b291a7fb077
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-02-02T02:03:01.088Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fe930edb-987e-4da7-8165-88b908e72ae8
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-02-02T02:03:01.090Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||vFW 3794d1f6-af74 0
2022-02-02T02:03:01.090Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe930edb-987e-4da7-8165-88b908e72ae8
2022-02-02T02:03:01.090Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8f23f3df-e264-493d-aa22-526ec371cf97 from URL: /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json
2022-02-02T02:03:01.090Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:03:01.090Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json
2022-02-02T02:03:01.265Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:03:01.266Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json 8f23f3df-e264-493d-aa22-526ec371cf97 785
2022-02-02T02:03:01.266Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json ASDC sendASDCNotification
2022-02-02T02:03:01.266Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json
2022-02-02T02:03:01.266Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:03:01.266Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:01.268Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:01.268Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767381266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:03:01.368Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:01.369Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:01.369Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:01.378Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:01.379Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:02.269Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3794d1f6Af74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f05475dd-73d6-4979-84c7-1ed765f9d89a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7e82fc5-ee1b-40df-aba2-3844fa20b724",
    "vfModuleModelCustomizationUUID": "1f0b036f-ee12-468a-ad6f-c53b654d3865",
    "isBase": true,
    "artifacts": [
      "c8ed2f9e-675a-4301-a18f-bdb2cca55427",
      "0e55c323-7eb8-4776-a713-719488a22dc4"
    ],
    "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-02-02T02:03:02.272Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3794d1f6Af74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7e82fc5-ee1b-40df-aba2-3844fa20b724
VfModuleModelInvariantUUID:f05475dd-73d6-4979-84c7-1ed765f9d89a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8ed2f9e-675a-4301-a18f-bdb2cca55427
,
0e55c323-7eb8-4776-a713-719488a22dc4

}
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-02-02T02:03:02.275Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3794d1f6Af74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f05475dd-73d6-4979-84c7-1ed765f9d89a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7e82fc5-ee1b-40df-aba2-3844fa20b724",
    "vfModuleModelCustomizationUUID": "1f0b036f-ee12-468a-ad6f-c53b654d3865",
    "isBase": true,
    "artifacts": [
      "c8ed2f9e-675a-4301-a18f-bdb2cca55427",
      "0e55c323-7eb8-4776-a713-719488a22dc4"
    ],
    "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-02-02T02:03:02.275Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3794d1f6Af74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7e82fc5-ee1b-40df-aba2-3844fa20b724
VfModuleModelInvariantUUID:f05475dd-73d6-4979-84c7-1ed765f9d89a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8ed2f9e-675a-4301-a18f-bdb2cca55427
,
0e55c323-7eb8-4776-a713-719488a22dc4

}
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-02-02T02:03:02.275Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c8ed2f9e-675a-4301-a18f-bdb2cca55427 from URL: /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml
2022-02-02T02:03:02.275Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:03:02.275Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml
2022-02-02T02:03:02.566Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:03:02.567Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml c8ed2f9e-675a-4301-a18f-bdb2cca55427 20368
2022-02-02T02:03:02.567Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T02:03:02.568Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml
2022-02-02T02:03:02.568Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:03:02.568Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:02.569Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:02.570Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767382567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:03:02.670Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:02.670Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:02.671Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:02.682Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:02.682Z||pool-161-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:03.570Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e55c323-7eb8-4776-a713-719488a22dc4 from URL: /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
2022-02-02T02:03:03.571Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:03:03.571Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
2022-02-02T02:03:03.674Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:03:03.674Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env 0e55c323-7eb8-4776-a713-719488a22dc4 2098
2022-02-02T02:03:03.675Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T02:03:03.675Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
2022-02-02T02:03:03.675Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:03:03.675Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:03.677Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:03.677Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767383675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:03:03.777Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:03.778Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:03.778Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:03.788Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:03.788Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:04.677Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 47f0c4ba-7808-4058-90f8-a41d3b18c6fe
2022-02-02T02:03:04.678Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3794d1f6-af74 0 fe930edb-987e-4da7-8165-88b908e72ae8 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-02-02T02:03:04.691Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f7d6798, org.onap.sdc.toscaparser.api.parameters.Input@255e8f93, org.onap.sdc.toscaparser.api.parameters.Input@41d3a368, org.onap.sdc.toscaparser.api.parameters.Input@1c92909e, org.onap.sdc.toscaparser.api.parameters.Input@18d77533]
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 59fd4b4b-0b38-4305-bfea-2449b8ed980e
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59fd4b4b-0b38-4305-bfea-2449b8ed980e matches Tosca VF Customization UUID: 59fd4b4b-0b38-4305-bfea-2449b8ed980e
2022-02-02T02:03:04.692Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 59fd4b4b-0b38-4305-bfea-2449b8ed980e  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-02-02T02:03:04.694Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.694Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 59fd4b4b-0b38-4305-bfea-2449b8ed980e: {\"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-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1dae154a
2022-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f0b036f-ee12-468a-ad6f-c53b654d3865
2022-02-02T02:03:04.695Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f0b036f-ee12-468a-ad6f-c53b654d3865
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-02-02T02:03:04.697Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.697Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.697Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:04.697Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:04.698Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:03:04.699Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.700Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c4d8541-e240-485d-aafb-42dfa2888f0e
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-02-02T02:03:04.701Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.701Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.701Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:04.701Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:03:04.702Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.703Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b00f2668-f736-4f59-862b-040638e20293
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-02-02T02:03:04.704Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is not matching search criteria
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:03:04.705Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:03:04.706Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:03:04.707Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T02:03:04.707Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4ba210d-f144-4358-adc2-5e4f66365ad8
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-02-02T02:03:04.708Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.708Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.708Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:03:04.708Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.709Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Node template vFW 3794d1f6-af74 0 is matching search criteria
2022-02-02T02:03:04.709Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3794d1f6-af74 0] matching following query criteria: sdcType=VF, customizationUUID=59fd4b4b-0b38-4305-bfea-2449b8ed980e
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-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 47f0c4ba-7808-4058-90f8-a41d3b18c6fe: vFW 3794d1f6-af74
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.710Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-02 01-59-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:03:04.711Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-02-02 01-59-29 
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-02-02T02:03:04.846Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3794d1f6-af74 fe930edb-987e-4da7-8165-88b908e72ae8 1 ASDC deployResourceStructure
2022-02-02T02:03:04.847Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json ASDC sendASDCNotification
2022-02-02T02:03:04.847Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json
2022-02-02T02:03:04.847Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:03:04.847Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:04.848Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:04.849Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767384847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:03:04.949Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:04.949Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:04.950Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:04.960Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:04.960Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:05.849Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T02:03:05.850Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml
2022-02-02T02:03:05.850Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:03:05.850Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:05.852Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:05.852Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:03:05.952Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:05.953Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:05.953Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:05.962Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:05.963Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:03:06.853Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T02:03:06.853Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env
2022-02-02T02:03:06.854Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:03:06.854Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:06.856Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:06.856Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767386853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:03:06.956Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:03:06.957Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:06.957Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:06.968Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:06.968Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:07.856Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar ASDC sendASDCNotification
2022-02-02T02:03:07.858Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar
2022-02-02T02:03:07.858Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:03:07.858Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:03:07.860Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:03:07.861Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767387856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:03:07.960Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:03:07.960Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:03:07.961Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:07.971Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:07.971Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:03:08.861Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:03:08.866Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4302a48c marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1724) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:08.867Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:03:08.868Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||(conn=1724) WSREP has not yet prepared node for application use
2022-02-02T02:03:08.869Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1724) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:08.870Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1724) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:08.871Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:03:08.871Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-02T02:03:08.872Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:03:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:03:24.029Z||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-02-02T02:03:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:03:24.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767216131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:03:24.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767225840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767229519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "clamp",
  "timestamp": 1643767223035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-02T02:03:24.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "aai-ml",
  "timestamp": 1643767230522,
  "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-02-02T02:03:24.064Z||pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1ec1cde1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1729) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-02T02:03:24.065Z||pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:03:24.065Z||pool-2-thread-10|||||ERROR|500||(conn=1729) WSREP has not yet prepared node for application use
2022-02-02T02:03:24.067Z||pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1729) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-02T02:03:24.067Z||pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1729) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-02-02T02:03:24.068Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:03:24.068Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-02-02T02:03:38.872Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:03:38.877Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2eabd76b marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1730) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:38.878Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:03:38.878Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||(conn=1730) WSREP has not yet prepared node for application use
2022-02-02T02:03:38.880Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1730) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:38.881Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1730) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:03:38.882Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:03:38.882Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-02T02:03:38.882Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:04:08.882Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:04:08.887Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5f0f916f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2271) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:04:08.888Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T02:04:08.889Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||(conn=2271) WSREP has not yet prepared node for application use
2022-02-02T02:04:08.890Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2271) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:04:08.891Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2271) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-02-02T02:04:08.891Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:04:08.892Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-02-02T02:04:08.892Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T02:04:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:04:24.030Z||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-02-02T02:04:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:04:24.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:04:24.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4576a229-a1b4-4cec-84c7-7a7e7993e4d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767304734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:04:24.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767087285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:04:24.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767313928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767315774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767316836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767317881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767318972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767319974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767320978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767321982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:04:24.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:04:38.892Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:04:38.902Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:04:38.904Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:04:38.904Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:04:38.904Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:05:08.905Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:05:08.914Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:05:08.917Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:05:08.917Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:05:08.917Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:05:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:05:24.030Z||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-02-02T02:05:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:05:24.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:05:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d397c7c9-5394-47d6-ad8d-50795ac16774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767353378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:05:24.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767368335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136bc4fd-d9a9-4298-93f7-8954c62bc8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767370220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T02:05:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767354390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767378539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767381266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:05:24.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767382567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767383675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767384847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/vfw3794d1f6af740_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767386853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/resourceInstances/vfw3794d1f6af740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:05:24.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:24.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:05:24.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767387856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202015929/1.0/artifacts/service-Vfw20220202015929-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:05:24.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:05:38.918Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:05:38.930Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:05:38.931Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:05:38.931Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:05:38.931Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:06:08.932Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:06:08.941Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:06:08.943Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:06:08.943Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:06:08.943Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:06:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:06:24.030Z||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-02-02T02:06:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:06:24.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:06:24.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767476791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767473083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767477439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767481835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767490431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767490440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767490619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767491458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "cds",
  "timestamp": 1643767491623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-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-02-02T02:06:24.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.584Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767492106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767492460,
  "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-02-02T02:06:24.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:24.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767493109,
  "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-02-02T02:06:24.607Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.607Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:24.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767486131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767494852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767487523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767496216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "policy-id",
  "timestamp": 1643767498221,
  "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-02-02T02:06:24.622Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.623Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767498411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "aai-ml",
  "timestamp": 1643767499414,
  "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-02-02T02:06:24.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.633Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:24.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767493035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767509940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767511946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:06:24.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:06:24.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:06:24.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "clamp",
  "timestamp": 1643767512948,
  "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-02-02T02:06:24.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebc9865c-b2ef-4e50-a14a-a2152adfc487
2022-02-02T02:06:24.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:06:38.943Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:06:38.954Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:06:38.956Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:06:38.957Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:06:38.957Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:07:08.957Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:07:08.965Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:07:08.967Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:07:08.967Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:07:08.967Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:07:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:07:24.030Z||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-02-02T02:07:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:07:24.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:07:24.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767583035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767587522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767586835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767600423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767600413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767593083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "cds",
  "timestamp": 1643767601427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-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-02-02T02:07:24.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767601417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767601920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "policy-id",
  "timestamp": 1643767602419,
  "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-02-02T02:07:24.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.692Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767603581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767596791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767604584,
  "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-02-02T02:07:24.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767597439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767605951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767606421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767607436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767607958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767608437,
  "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-02-02T02:07:24.713Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.713Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:24.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "clamp",
  "timestamp": 1643767608961,
  "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-02-02T02:07:24.724Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.724Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767606131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767614851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767618779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T02:07:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "aai-ml",
  "timestamp": 1643767619782,
  "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-02-02T02:07:24.736Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
2022-02-02T02:07:24.736Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:07:38.967Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:07:38.979Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:07:38.981Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:07:38.981Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:07:38.981Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:08:08.981Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-02-02T02:08:08.982Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc4e2535-614e-430e-b059-5c5cccf18021 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-02-02T02:08:08.986Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc4e2535-614e-430e-b059-5c5cccf18021 and serviceModelVersionId: 47f0c4ba-7808-4058-90f8-a41d3b18c6fe
2022-02-02T02:08:08.986Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3b6107b-63a8-4340-9edb-98e3b31e99b8
2022-02-02T02:08:08.987Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0
2022-02-02T02:08:08.993Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:08:09.015Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0|INFO|500||Invoke
2022-02-02T02:08:09.015Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc4e2535-614e-430e-b059-5c5cccf18021], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52d3377a-8c15-4da1-90d6-80bfb06abfb4], X-ECOMP-RequestID=[fc4e2535-614e-430e-b059-5c5cccf18021], X-TransactionId=[], X-ONAP-RequestID=[fc4e2535-614e-430e-b059-5c5cccf18021], Content-Type=[application/merge-patch+json]}
2022-02-02T02:08:09.030Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-02T02:08:09.094Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?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/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-02:08:09:036-48112], vertex-id=[290816], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:08:09 GMT], Content-Type=[application/json]}
2022-02-02T02:08:09.094Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:08:09.095Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3b6107b-63a8-4340-9edb-98e3b31e99b8/model-vers/model-ver/47f0c4ba-7808-4058-90f8-a41d3b18c6fe?depth=0|INFO|500||InvokeReturn
2022-02-02T02:08:09.095Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:08:09.095Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:08:09.098Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:08:09.098Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc4e2535-614e-430e-b059-5c5cccf18021 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-02-02T02:08:09.098Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-02T02:08:09.099Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:09.100Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:09.100Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767689098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-02T02:08:09.201Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:09.201Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:09.201Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:09.215Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:09.215Z||pool-167-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T02:08:10.112Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:08:10.112Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T02:08:10.113Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:14.459Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:14.460Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:08:14.460Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebc9865c-b2ef-4e50-a14a-a2152adfc487","serviceName":"Demo_pNF_gR4zKgOCnjvLFRg2Sb9J","serviceVersion":"1.0","serviceUUID":"62ee55eb-5db1-4e16-b62b-f84b1ccebb4b","serviceDescription":"catalog service description","serviceInvariantUUID":"9f87979f-db18-4155-a4b2-23149df317ea","resources":[{"resourceInstanceName":"pNF 437a6f82-0099 0","resourceName":"pNF 437a6f82-0099","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"90866b6e-ac66-45f3-b5fa-62f5419c30bd","resourceInvariantUUID":"970c7420-4d34-4bb1-b278-914b6cfbbb68","resourceCustomizationUUID":"21f22659-04bb-4e7d-a5c1-479a5105f2fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml","artifactChecksum":"YTg0MjUwMGU2ZjVjZjg4ZDBmNjQ2NjQ1MTc2MzU3NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da2ab7a4-80c5-474c-baff-986483b766e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar","artifactChecksum":"NDhiZDYzZjgzMTdlZGViNWRiYmEwOWY3ODc1MGRhZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd53da3e-2e1c-41b9-809c-078c5517b1ca","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48457929-3aca-4941-833e-a2afc1bca209","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDk0N2E0ZWJiZjRmYTFkYmM0NTQwYjFjOTllYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ebe97f8-3788-41fa-be13-a169425f1912","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1daeebc-02d4-45e7-9388-d1b09a7d357e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a35bca-d4a1-4af2-911c-b6295a173bcc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml","artifactChecksum":"MjFlZDczYWRhYTM3OTRiYWFkZWZlZTJhMjZjMmRjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fabcd54-093a-42f9-8bd4-96a1e4a923c3","artifactVersion":"1"},{"artifactName":"service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar","artifactChecksum":"N2VjNzFkOWE3MzkwZDQ2YzI3ODc4ZTEwZmRjZWYxZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b791138-ba6c-464d-98aa-1e7753a00609","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:08:14.462Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:14.462Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:14.464Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:14.464Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:14.564Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:14.564Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:14.564Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:14.576Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:14.576Z||pool-168-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:15.464Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:15.465Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:15.466Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:15.467Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:15.567Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:15.567Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:15.567Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:15.593Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:15.593Z||pool-169-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:16.467Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:16.467Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:16.469Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:16.469Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:16.570Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:08:16.570Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:16.570Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:16.580Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:16.580Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:17.470Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:17.470Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:17.472Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:17.473Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:17.573Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:17.573Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:17.573Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:17.584Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:17.585Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:08:18.473Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:18.474Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:18.476Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:18.477Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:18.577Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:18.577Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:18.577Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:18.589Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:18.589Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:19.477Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:19.478Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:19.479Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:19.480Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:19.580Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:19.580Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:19.580Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:19.591Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:19.592Z||pool-173-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:20.480Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:20.480Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:20.482Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:20.482Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:20.583Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:08:20.584Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:20.584Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:20.595Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:20.595Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:21.483Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:21.483Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:21.485Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:21.485Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:08:21.585Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:21.586Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:21.586Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:21.596Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:21.596Z||pool-175-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:22.486Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "serviceName": "Demo_pNF_gR4zKgOCnjvLFRg2Sb9J",
  "serviceVersion": "1.0",
  "serviceUUID": "62ee55eb-5db1-4e16-b62b-f84b1ccebb4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9f87979f-db18-4155-a4b2-23149df317ea",
  "resources": [
    {
      "resourceInstanceName": "pNF 437a6f82-0099 0",
      "resourceCustomizationUUID": "21f22659-04bb-4e7d-a5c1-479a5105f2fe",
      "resourceName": "pNF 437a6f82-0099",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "90866b6e-ac66-45f3-b5fa-62f5419c30bd",
      "resourceInvariantUUID": "970c7420-4d34-4bb1-b278-914b6cfbbb68",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
      "artifactChecksum": "N2VjNzFkOWE3MzkwZDQ2YzI3ODc4ZTEwZmRjZWYxZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b791138-ba6c-464d-98aa-1e7753a00609"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:08:22.486Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:08:22.486Z|fc4e2535-614e-430e-b059-5c5cccf18021|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b ASDC
2022-02-02T02:08:22.487Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ebc9865c-b2ef-4e50-a14a-a2152adfc487
ServiceName:Demo_pNF_gR4zKgOCnjvLFRg2Sb9J
ServiceVersion:1.0
ServiceUUID:62ee55eb-5db1-4e16-b62b-f84b1ccebb4b
ServiceInvariantUUID:9f87979f-db18-4155-a4b2-23149df317ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
ArtifactUUID:8b791138-ba6c-464d-98aa-1e7753a00609
ArtifactChecksum:N2VjNzFkOWE3MzkwZDQ2YzI3ODc4ZTEwZmRjZWYxZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 437a6f82-0099 0
ResourceCustomizationUUID:21f22659-04bb-4e7d-a5c1-479a5105f2fe
ResourceInvariantUUID:970c7420-4d34-4bb1-b278-914b6cfbbb68
ResourceName:pNF 437a6f82-0099
ResourceType:PNF
ResourceUUID:90866b6e-ac66-45f3-b5fa-62f5419c30bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-02T02:08:22.487Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b 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-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8b791138-ba6c-464d-98aa-1e7753a00609 from URL: /sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:08:22.505Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:23.017Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:08:23.023Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar 8b791138-ba6c-464d-98aa-1e7753a00609 82626
2022-02-02T02:08:23.023Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar ASDC sendASDCNotification
2022-02-02T02:08:23.023Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:23.023Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:08:23.023Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:23.025Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:23.025Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767703023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:08:23.125Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:23.126Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:23.126Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:23.136Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:23.136Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-02T02:08:24.026Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:08:24.026Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:08:24.027Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8b791138-ba6c-464d-98aa-1e7753a00609, URL: /sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar to file: /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.027Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.028Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.028Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:08:24.030Z||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-02-02T02:08:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:24.097Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6242142908308920556/Definitions/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml
2022-02-02T02:08:24.554Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:08:24.554Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:08:24.554Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 437a6f82-0099 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-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Node template pNF 437a6f82-0099 0 is matching search criteria
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 437a6f82-0099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:08:24.555Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Node template pNF 437a6f82-0099 0 is matching search criteria
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 437a6f82-0099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.556Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.557Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.557Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.557Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gR4zKgOCnjvLFRg2Sb9J
Description:catalog service description
Model UUID:62ee55eb-5db1-4e16-b62b-f84b1ccebb4b
Model Version:NULL
Model InvariantUuid:9f87979f-db18-4155-a4b2-23149df317ea
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-02-02T02:08:24.562Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 90866b6e-ac66-45f3-b5fa-62f5419c30bd
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-02-02T02:08:24.564Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||pNF 437a6f82-0099 0
2022-02-02T02:08:24.564Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 90866b6e-ac66-45f3-b5fa-62f5419c30bd
2022-02-02T02:08:24.565Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b
2022-02-02T02:08:24.565Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b
2022-02-02T02:08:24.565Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 437a6f82-0099 0 90866b6e-ac66-45f3-b5fa-62f5419c30bd 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-02-02T02:08:24.569Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d8d0902, org.onap.sdc.toscaparser.api.parameters.Input@106fbd56, org.onap.sdc.toscaparser.api.parameters.Input@4435d82b, org.onap.sdc.toscaparser.api.parameters.Input@6dd9f38b, org.onap.sdc.toscaparser.api.parameters.Input@2859222b]
2022-02-02T02:08:24.569Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.569Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.570Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b: pNF 437a6f82-0099
2022-02-02T02:08:24.570Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Processing PNF resource: 90866b6e-ac66-45f3-b5fa-62f5419c30bd
2022-02-02T02:08:24.570Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:08:24.570Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_gR4zKgOCnjvLFRg2Sb9J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:08:24.570Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||Resource customization UUID: 21f22659-04bb-4e7d-a5c1-479a5105f2fe is the same as notified resource customizationUUID: 21f22659-04bb-4e7d-a5c1-479a5105f2fe
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-02-02T02:08:24.594Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 437a6f82-0099 90866b6e-ac66-45f3-b5fa-62f5419c30bd 0 ASDC deployResourceStructure
2022-02-02T02:08:24.594Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar ASDC sendASDCNotification
2022-02-02T02:08:24.595Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar
2022-02-02T02:08:24.595Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:08:24.595Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:24.596Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:24.597Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767704594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:08:24.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc4e2535-614e-430e-b059-5c5cccf18021",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767689098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/resourceInstances/pnf437a6f8200990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767703023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:08:24.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:08:24.697Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:24.697Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:24.697Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:24.710Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:24.710Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:25.597Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebc9865c-b2ef-4e50-a14a-a2152adfc487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:08:25.606Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebc9865c-b2ef-4e50-a14a-a2152adfc487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:08:25.608Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:08:25.608Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:08:25.608Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:08:25.608Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:08:25.609Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:08:25.614Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:08:55.614Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebc9865c-b2ef-4e50-a14a-a2152adfc487 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-02-02T02:08:55.619Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebc9865c-b2ef-4e50-a14a-a2152adfc487 and serviceModelVersionId: 62ee55eb-5db1-4e16-b62b-f84b1ccebb4b
2022-02-02T02:08:55.619Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f87979f-db18-4155-a4b2-23149df317ea
2022-02-02T02:08:55.620Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0
2022-02-02T02:08:55.626Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:08:55.643Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0|INFO|500||Invoke
2022-02-02T02:08:55.643Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebc9865c-b2ef-4e50-a14a-a2152adfc487], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4314386f-7483-49a9-9e45-6d255d009b8e], X-ECOMP-RequestID=[ebc9865c-b2ef-4e50-a14a-a2152adfc487], X-TransactionId=[], X-ONAP-RequestID=[ebc9865c-b2ef-4e50-a14a-a2152adfc487], Content-Type=[application/merge-patch+json]}
2022-02-02T02:08:55.656Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T02:08:55.715Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?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/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-02:08:55:661-38800], vertex-id=[245928], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:08:55 GMT], Content-Type=[application/json]}
2022-02-02T02:08:55.716Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:08:55.716Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f87979f-db18-4155-a4b2-23149df317ea/model-vers/model-ver/62ee55eb-5db1-4e16-b62b-f84b1ccebb4b?depth=0|INFO|500||InvokeReturn
2022-02-02T02:08:55.717Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:08:55.717Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:08:55.720Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:08:55.721Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebc9865c-b2ef-4e50-a14a-a2152adfc487 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T02:08:55.721Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:08:55.721Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:55.723Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:55.723Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767735721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:08:55.823Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:55.823Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:55.823Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:55.837Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:55.837Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T02:08:56.734Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-02T02:08:56.734Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb4a9216-f7b4-46b9-b796-5cc6c18bc07d","serviceName":"Demo_pNF_YUAcBnBkGkPSytBEn9PV","serviceVersion":"1.0","serviceUUID":"dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c","serviceDescription":"catalog service description","serviceInvariantUUID":"69438003-35ed-465b-a6ee-7842b4bd8ee9","resources":[{"resourceInstanceName":"pNF 6d1e2314-78be 0","resourceName":"pNF 6d1e2314-78be","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1cb5563f-f25e-46c8-93d4-a681a6ff3cee","resourceInvariantUUID":"0978ce3a-36a3-4126-ab00-18d34d8d4e25","resourceCustomizationUUID":"60304818-8102-45fb-902e-6eaf17cd4a2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml","artifactChecksum":"YmRlODFiNjBmODllN2FkNDcyNDdlZjRiMGYwZDBhOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b06451cf-c950-4317-85c5-3a265dfb8c51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar","artifactChecksum":"NDhiZDYzZjgzMTdlZGViNWRiYmEwOWY3ODc1MGRhZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f569547-c104-4ebc-a06a-8d0116793132","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b58959b-c8c4-462c-bbaf-ea81cc2e243a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ4ZmIxZmYyMWJmMjUwNGRhNTM1YmFkOWZmNDcyMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80430832-963e-4d3e-b018-dc2ebc7728e7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e81b124-507a-4db2-b115-f8a46fdf0374","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79783063-1652-4294-9a28-aeb7df3cf00e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYuacbnbkgkpsytben9pv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml","artifactChecksum":"ZTZhNDkwMzA5MTYyYTE2MjgxYThhM2U4YTczNTM0MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81c34c2a-aaff-4477-988c-a657c4b0bf74","artifactVersion":"1"},{"artifactName":"service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar","artifactChecksum":"NjBiZTc0NzU5YzRkNGIxZTc4ZWYwZWExOGMwM2EwY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bba65402-7d3a-4e8f-90f4-064e4de3d882","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:08:56.735Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:56.735Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:56.736Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:56.737Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:56.837Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:56.837Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:56.837Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:56.852Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:56.852Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:57.737Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:57.737Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:57.739Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:57.739Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:57.839Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:57.840Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:57.840Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:57.850Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:57.851Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:58.740Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:58.740Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:58.742Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:58.742Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:58.842Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:58.843Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:58.843Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:58.858Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:58.858Z||pool-181-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:08:59.742Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:08:59.743Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:08:59.745Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:08:59.745Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:08:59.845Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:08:59.846Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:08:59.846Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:08:59.856Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:08:59.856Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:00.745Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:00.746Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:00.747Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:00.748Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:00.848Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:00.848Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:00.848Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:00.859Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:00.859Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:01.748Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:01.749Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:01.751Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:01.752Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:01.852Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:01.853Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:01.853Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:01.865Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:01.865Z||pool-184-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:02.752Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:02.752Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:02.754Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:02.754Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:02.854Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:02.855Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:02.855Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:02.867Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:02.867Z||pool-185-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:03.755Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:03.755Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:03.757Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:03.757Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:09:03.857Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:03.858Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:03.858Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:03.869Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:03.869Z||pool-186-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:04.758Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "serviceName": "Demo_pNF_YUAcBnBkGkPSytBEn9PV",
  "serviceVersion": "1.0",
  "serviceUUID": "dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "69438003-35ed-465b-a6ee-7842b4bd8ee9",
  "resources": [
    {
      "resourceInstanceName": "pNF 6d1e2314-78be 0",
      "resourceCustomizationUUID": "60304818-8102-45fb-902e-6eaf17cd4a2c",
      "resourceName": "pNF 6d1e2314-78be",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1cb5563f-f25e-46c8-93d4-a681a6ff3cee",
      "resourceInvariantUUID": "0978ce3a-36a3-4126-ab00-18d34d8d4e25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
      "artifactChecksum": "NjBiZTc0NzU5YzRkNGIxZTc4ZWYwZWExOGMwM2EwY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bba65402-7d3a-4e8f-90f4-064e4de3d882"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:09:04.758Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:09:04.759Z|ebc9865c-b2ef-4e50-a14a-a2152adfc487|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c ASDC
2022-02-02T02:09:04.759Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
ServiceName:Demo_pNF_YUAcBnBkGkPSytBEn9PV
ServiceVersion:1.0
ServiceUUID:dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c
ServiceInvariantUUID:69438003-35ed-465b-a6ee-7842b4bd8ee9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
ArtifactUUID:bba65402-7d3a-4e8f-90f4-064e4de3d882
ArtifactChecksum:NjBiZTc0NzU5YzRkNGIxZTc4ZWYwZWExOGMwM2EwY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d1e2314-78be 0
ResourceCustomizationUUID:60304818-8102-45fb-902e-6eaf17cd4a2c
ResourceInvariantUUID:0978ce3a-36a3-4126-ab00-18d34d8d4e25
ResourceName:pNF 6d1e2314-78be
ResourceType:PNF
ResourceUUID:1cb5563f-f25e-46c8-93d4-a681a6ff3cee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-02T02:09:04.759Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c 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-02-02T02:09:04.780Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:09:04.781Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:04.781Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:04.781Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bba65402-7d3a-4e8f-90f4-064e4de3d882 from URL: /sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:04.781Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-02T02:09:04.781Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:04.982Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-02T02:09:04.987Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar bba65402-7d3a-4e8f-90f4-064e4de3d882 82623
2022-02-02T02:09:04.987Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar ASDC sendASDCNotification
2022-02-02T02:09:04.987Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:04.988Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:09:04.988Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:04.989Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:04.990Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767744987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:09:05.090Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:05.090Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:05.091Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:05.101Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:05.102Z||pool-187-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:05.990Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:09:05.991Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:05.991Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bba65402-7d3a-4e8f-90f4-064e4de3d882, URL: /sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar to file: /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:05.991Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:05.992Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:05.992Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.055Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16667531656900681250/Definitions/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml
2022-02-02T02:09:06.502Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d1e2314-78be 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-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.503Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Node template pNF 6d1e2314-78be 0 is matching search criteria
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6d1e2314-78be 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Node template pNF 6d1e2314-78be 0 is matching search criteria
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6d1e2314-78be 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.504Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.505Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.505Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.505Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YUAcBnBkGkPSytBEn9PV
Description:catalog service description
Model UUID:dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c
Model Version:NULL
Model InvariantUuid:69438003-35ed-465b-a6ee-7842b4bd8ee9
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-02-02T02:09:06.509Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1cb5563f-f25e-46c8-93d4-a681a6ff3cee
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-02-02T02:09:06.511Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||pNF 6d1e2314-78be 0
2022-02-02T02:09:06.511Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1cb5563f-f25e-46c8-93d4-a681a6ff3cee
2022-02-02T02:09:06.511Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c
2022-02-02T02:09:06.511Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c
2022-02-02T02:09:06.511Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d1e2314-78be 0 1cb5563f-f25e-46c8-93d4-a681a6ff3cee 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-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4390b5b8, org.onap.sdc.toscaparser.api.parameters.Input@4b548a34, org.onap.sdc.toscaparser.api.parameters.Input@7cfc09d7, org.onap.sdc.toscaparser.api.parameters.Input@5cbf16d1, org.onap.sdc.toscaparser.api.parameters.Input@1ac4458b]
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c: pNF 6d1e2314-78be
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Processing PNF resource: 1cb5563f-f25e-46c8-93d4-a681a6ff3cee
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:06.514Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YUAcBnBkGkPSytBEn9PV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:06.515Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||Resource customization UUID: 60304818-8102-45fb-902e-6eaf17cd4a2c is the same as notified resource customizationUUID: 60304818-8102-45fb-902e-6eaf17cd4a2c
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-02-02T02:09:06.538Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d1e2314-78be 1cb5563f-f25e-46c8-93d4-a681a6ff3cee 0 ASDC deployResourceStructure
2022-02-02T02:09:06.539Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar ASDC sendASDCNotification
2022-02-02T02:09:06.539Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar
2022-02-02T02:09:06.539Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:09:06.539Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:06.541Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:06.541Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767746539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:06.641Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:06.642Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:06.642Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:06.652Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:06.652Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:07.541Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:09:07.551Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb4a9216-f7b4-46b9-b796-5cc6c18bc07d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.553Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.554Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:09:07.554Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:09:07.558Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:09:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:09:24.029Z||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-02-02T02:09:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:24.149Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T02:09:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767704594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGr4zkgocnjvlfrg2sb9j/1.0/artifacts/service-DemoPnfGr4zkgocnjvlfrg2sb9j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:24.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:09:37.558Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb4a9216-f7b4-46b9-b796-5cc6c18bc07d 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-02-02T02:09:37.564Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb4a9216-f7b4-46b9-b796-5cc6c18bc07d and serviceModelVersionId: dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c
2022-02-02T02:09:37.565Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69438003-35ed-465b-a6ee-7842b4bd8ee9
2022-02-02T02:09:37.565Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?depth=0
2022-02-02T02:09:37.572Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:09:37.590Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?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-02-02T02:09:37.591Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?depth=0|INFO|500||Invoke
2022-02-02T02:09:37.604Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T02:09:37.876Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?depth=0|INFO|500||InvokeReturn
2022-02-02T02:09:37.877Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69438003-35ed-465b-a6ee-7842b4bd8ee9/model-vers/model-ver/dc47c9a7-2a3f-4ac4-afc0-5e051c676a6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-02:09:37:608-91215], vertex-id=[294992], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:09:37 GMT], Content-Type=[application/json]}
2022-02-02T02:09:37.877Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:09:37.877Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:09:37.877Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:09:37.884Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:09:37.884Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb4a9216-f7b4-46b9-b796-5cc6c18bc07d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T02:09:37.884Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:09:37.884Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:37.886Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:37.886Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767777884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:09:37.986Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:37.987Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:37.987Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:38.002Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:38.002Z||pool-189-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-02-02T02:09:38.897Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:09:38.898Z||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-02-02T02:09:38.898Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:42.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:42.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-02T02:09:42.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7896d71c-00c6-48f9-a6f5-091cb6dc991f","serviceName":"vFW 2022-02-02 02-08-25","serviceVersion":"1.0","serviceUUID":"37930be6-3edb-4197-95ff-f044ff478986","serviceDescription":"catalog service description","serviceInvariantUUID":"4939b006-c8b2-4fb8-bfa0-e62800bcbe87","resources":[{"resourceInstanceName":"vFW 45805dba-c674 0","resourceName":"vFW 45805dba-c674","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98e5dc7d-c624-42ba-b701-4f7c64f95b8c","resourceInvariantUUID":"136488d6-046a-4201-875c-9b5852a1edc7","resourceCustomizationUUID":"7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml","artifactChecksum":"MDMxNGYyYmMyNTBlYmUxYWMwNzdmOTI5MTcxZGVhMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a436323c-5a3a-49f4-a311-5b56204cd628","artifactVersion":"1"},{"artifactName":"vfw45805dbac6740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json","artifactChecksum":"NjZjYjU2NThiYTMzNjUyYzVhZmZjNDI4MWVlZTdiOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5e6e494-34d2-4baf-8c68-1ad8c2ae8f93","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a5c182a8-300f-4de5-b8fd-028b03fbfc74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml","artifactChecksum":"MmQyMDZkZWZkYzUwNWNiNDY1ZTg2YTdlOGRjZDhmMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fccb665-9e16-42f5-ac67-d38c3d2ac067","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"987040b9-f499-44d0-8f9a-61a71e0a9de4","artifactVersion":"2","generatedFromUUID":"a5c182a8-300f-4de5-b8fd-028b03fbfc74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202020825-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml","artifactChecksum":"YmNlNDY1OTE1ZWEyOGU3MjkwZmU1ZGRlNzc5ZTkxMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49a79b85-03c7-4932-9f8d-46de81cddf72","artifactVersion":"1"},{"artifactName":"service-Vfw20220202020825-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar","artifactChecksum":"ZWI2NDYxMzQ2NWZmMDZmNDk5MTBkZTdhYzU3Y2UyODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"593dbdbb-0c36-41d5-b5a4-c033265ef3d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T02:09:42.648Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:42.648Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:42.650Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:42.650Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:42.750Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:42.751Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:42.751Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:42.760Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:42.760Z||pool-190-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:43.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:43.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:43.653Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:43.653Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:09:43.753Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:43.753Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:43.753Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:43.761Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:43.761Z||pool-191-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:44.653Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:44.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:44.656Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:44.656Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:09:44.756Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T02:09:44.757Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:44.757Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:44.767Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:44.767Z||pool-192-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:45.657Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:45.657Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:45.659Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:45.660Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:45.760Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:45.760Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:45.760Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:45.768Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:45.768Z||pool-193-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:46.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:46.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:46.662Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:46.663Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T02:09:46.763Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:46.763Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:46.763Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:46.774Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:46.774Z||pool-194-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:47.663Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:47.664Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:47.665Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:47.666Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:09:47.766Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:47.766Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:47.767Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:47.774Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:47.775Z||pool-195-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:48.666Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T02:09:48.667Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:48.668Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:48.669Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:09:48.769Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:48.769Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:48.769Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:48.776Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:48.777Z||pool-196-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:49.669Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "serviceName": "vFW 2022-02-02 02-08-25",
  "serviceVersion": "1.0",
  "serviceUUID": "37930be6-3edb-4197-95ff-f044ff478986",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4939b006-c8b2-4fb8-bfa0-e62800bcbe87",
  "resources": [
    {
      "resourceInstanceName": "vFW 45805dba-c674 0",
      "resourceCustomizationUUID": "7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c",
      "resourceName": "vFW 45805dba-c674",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98e5dc7d-c624-42ba-b701-4f7c64f95b8c",
      "resourceInvariantUUID": "136488d6-046a-4201-875c-9b5852a1edc7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw45805dbac6740_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
          "artifactChecksum": "NjZjYjU2NThiYTMzNjUyYzVhZmZjNDI4MWVlZTdiOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5e6e494-34d2-4baf-8c68-1ad8c2ae8f93",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a5c182a8-300f-4de5-b8fd-028b03fbfc74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "987040b9-f499-44d0-8f9a-61a71e0a9de4",
            "generatedFromUUID": "a5c182a8-300f-4de5-b8fd-028b03fbfc74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "987040b9-f499-44d0-8f9a-61a71e0a9de4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220202020825-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
      "artifactChecksum": "ZWI2NDYxMzQ2NWZmMDZmNDk5MTBkZTdhYzU3Y2UyODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "593dbdbb-0c36-41d5-b5a4-c033265ef3d3"
    }
  ],
  "workloadContext": "Production"
}
2022-02-02T02:09:49.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T02:09:49.670Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37930be6-3edb-4197-95ff-f044ff478986 ASDC
2022-02-02T02:09:49.670Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7896d71c-00c6-48f9-a6f5-091cb6dc991f
ServiceName:vFW 2022-02-02 02-08-25
ServiceVersion:1.0
ServiceUUID:37930be6-3edb-4197-95ff-f044ff478986
ServiceInvariantUUID:4939b006-c8b2-4fb8-bfa0-e62800bcbe87
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202020825-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar
ArtifactUUID:593dbdbb-0c36-41d5-b5a4-c033265ef3d3
ArtifactChecksum:ZWI2NDYxMzQ2NWZmMDZmNDk5MTBkZTdhYzU3Y2UyODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 45805dba-c674 0
ResourceCustomizationUUID:7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c
ResourceInvariantUUID:136488d6-046a-4201-875c-9b5852a1edc7
ResourceName:vFW 45805dba-c674
ResourceType:VF
ResourceUUID:98e5dc7d-c624-42ba-b701-4f7c64f95b8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw45805dbac6740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json
ArtifactUUID:e5e6e494-34d2-4baf-8c68-1ad8c2ae8f93
ArtifactChecksum:NjZjYjU2NThiYTMzNjUyYzVhZmZjNDI4MWVlZTdiOWY=
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/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml
ArtifactUUID:a5c182a8-300f-4de5-b8fd-028b03fbfc74
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/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
ArtifactUUID:987040b9-f499-44d0-8f9a-61a71e0a9de4
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/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
ArtifactUUID:987040b9-f499-44d0-8f9a-61a71e0a9de4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-02T02:09:49.670Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37930be6-3edb-4197-95ff-f044ff478986 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-02-02T02:09:49.696Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:09:49.697Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:49.697Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:49.697Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 593dbdbb-0c36-41d5-b5a4-c033265ef3d3 from URL: /sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:49.697Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-02T02:09:49.697Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:49.833Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-02T02:09:49.839Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar 593dbdbb-0c36-41d5-b5a4-c033265ef3d3 98946
2022-02-02T02:09:49.840Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar ASDC sendASDCNotification
2022-02-02T02:09:49.840Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:49.840Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:09:49.840Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:49.841Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:49.841Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767789840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:09:49.942Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:49.942Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:49.942Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:49.952Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:49.952Z||pool-197-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:50.842Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T02:09:50.842Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-02T02:09:50.842Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 593dbdbb-0c36-41d5-b5a4-c033265ef3d3, URL: /sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar to file: /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:50.843Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202020825-csar.csar
2022-02-02T02:09:50.843Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:50.843Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:50.955Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP324464568924718277/Definitions/service-Vfw20220202020825-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-02T02:09:52.165Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||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-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||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-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||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-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 45805dba-c674 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-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.166Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-02T02:09:52.167Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:09:52.168Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.169Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:09:52.170Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9dd68cc-df5c-45dd-aea0-d233e8339e16
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:09:52.171Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2ed8329-677c-42e5-865a-830c8e4d3c5e
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:09:52.172Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83cdb75d-6ae5-4923-b49c-839547cba420
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:52.173Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-02 02-08-25
Description:catalog service description
Model UUID:37930be6-3edb-4197-95ff-f044ff478986
Model Version:NULL
Model InvariantUuid:4939b006-c8b2-4fb8-bfa0-e62800bcbe87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 45805dba-c674
Model UUID:e839da7a-31b1-4936-95c8-99c889636fc4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:136488d6-046a-4201-875c-9b5852a1edc7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eddf51a0-9c0e-488a-9cf4-d72ac239a398
ModelName:Vfw45805dbaC674..base_vfw..module-0
ModelUuid:f4a58d8d-9716-4afd-94ea-1b34ba65cd71
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d9dd68cc-df5c-45dd-aea0-d233e8339e16
ModelInvariantUuid:9c402509-432e-4b86-8b5e-b46c73398122
ModelName:vFW 45805dba-c674-nodes.vfwCvfc
ModelUuid:f6411a6b-4333-4afe-bed9-be2de574de19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:13cffcdf-d0cb-4498-9bf3-e090301b0f68
ModelInvariantUuid:53c402e0-a6cf-4151-bb3a-f45000ee0579
ModelName:Vfw45805dbaC674.compute.nodes.heat.vfw
ModelUuid:e66ceab1-3a86-4ec5-bae3-fd207cf22c25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f2ed8329-677c-42e5-865a-830c8e4d3c5e
ModelInvariantUuid:690c3bd2-0d12-4eab-bfb0-78e8ee59ad2a
ModelName:vFW 45805dba-c674-nodes.vsnCvfc
ModelUuid:bcb0447d-205d-42a2-a556-1cc1c0ecf20b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c38f9bce-9927-4fed-abdd-cc763df6fcee
ModelInvariantUuid:f2c0189a-9bed-4d97-a7c4-02347ddfb936
ModelName:Vfw45805dbaC674.compute.nodes.heat.vsn
ModelUuid:aa2e2131-8943-437b-85ee-e87daa3b2973
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:83cdb75d-6ae5-4923-b49c-839547cba420
ModelInvariantUuid:ed0b981e-f79e-421b-bdff-bda0caaa2cd3
ModelName:vFW 45805dba-c674-nodes.vpgCvfc
ModelUuid:a21174c0-bac7-4658-8817-c31a9e70a062
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:683576e8-32b2-466f-bfec-3421b4b744bb
ModelInvariantUuid:04a69ac6-2923-4b53-a75b-1386957c1271
ModelName:Vfw45805dbaC674.compute.nodes.heat.vpg
ModelUuid:b5c63e66-17a1-4753-af98-1cb426f3627c
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-02-02T02:09:52.179Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 98e5dc7d-c624-42ba-b701-4f7c64f95b8c
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-02-02T02:09:52.180Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||vFW 45805dba-c674 0
2022-02-02T02:09:52.180Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98e5dc7d-c624-42ba-b701-4f7c64f95b8c
2022-02-02T02:09:52.181Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5e6e494-34d2-4baf-8c68-1ad8c2ae8f93 from URL: /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json
2022-02-02T02:09:52.181Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-02T02:09:52.181Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json
2022-02-02T02:09:52.315Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-02T02:09:52.315Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json e5e6e494-34d2-4baf-8c68-1ad8c2ae8f93 785
2022-02-02T02:09:52.315Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json ASDC sendASDCNotification
2022-02-02T02:09:52.315Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json
2022-02-02T02:09:52.315Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:09:52.316Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:52.317Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:52.317Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767792315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:09:52.417Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:52.418Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:52.418Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:52.433Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:52.433Z||pool-198-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:53.318Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw45805dbaC674..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eddf51a0-9c0e-488a-9cf4-d72ac239a398",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4a58d8d-9716-4afd-94ea-1b34ba65cd71",
    "vfModuleModelCustomizationUUID": "9a078fcd-34bb-4f33-9380-d309fef23a88",
    "isBase": true,
    "artifacts": [
      "a5c182a8-300f-4de5-b8fd-028b03fbfc74",
      "987040b9-f499-44d0-8f9a-61a71e0a9de4"
    ],
    "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-02-02T02:09:53.321Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw45805dbaC674..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a58d8d-9716-4afd-94ea-1b34ba65cd71
VfModuleModelInvariantUUID:eddf51a0-9c0e-488a-9cf4-d72ac239a398
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5c182a8-300f-4de5-b8fd-028b03fbfc74
,
987040b9-f499-44d0-8f9a-61a71e0a9de4

}
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-02-02T02:09:53.323Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw45805dbaC674..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eddf51a0-9c0e-488a-9cf4-d72ac239a398",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4a58d8d-9716-4afd-94ea-1b34ba65cd71",
    "vfModuleModelCustomizationUUID": "9a078fcd-34bb-4f33-9380-d309fef23a88",
    "isBase": true,
    "artifacts": [
      "a5c182a8-300f-4de5-b8fd-028b03fbfc74",
      "987040b9-f499-44d0-8f9a-61a71e0a9de4"
    ],
    "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-02-02T02:09:53.323Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw45805dbaC674..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a58d8d-9716-4afd-94ea-1b34ba65cd71
VfModuleModelInvariantUUID:eddf51a0-9c0e-488a-9cf4-d72ac239a398
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5c182a8-300f-4de5-b8fd-028b03fbfc74
,
987040b9-f499-44d0-8f9a-61a71e0a9de4

}
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-02-02T02:09:53.324Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5c182a8-300f-4de5-b8fd-028b03fbfc74 from URL: /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml
2022-02-02T02:09:53.324Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-02T02:09:53.324Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml
2022-02-02T02:09:53.366Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-02T02:09:53.367Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml a5c182a8-300f-4de5-b8fd-028b03fbfc74 20368
2022-02-02T02:09:53.367Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T02:09:53.367Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml
2022-02-02T02:09:53.367Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:09:53.367Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:53.369Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:53.369Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767793367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:09:53.470Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:53.470Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:53.470Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:53.480Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:53.480Z||pool-199-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:54.370Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 987040b9-f499-44d0-8f9a-61a71e0a9de4 from URL: /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
2022-02-02T02:09:54.370Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-02T02:09:54.370Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
2022-02-02T02:09:54.418Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-02T02:09:54.418Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env 987040b9-f499-44d0-8f9a-61a71e0a9de4 2098
2022-02-02T02:09:54.419Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T02:09:54.419Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
2022-02-02T02:09:54.419Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T02:09:54.420Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:54.421Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:54.422Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767794419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:09:54.522Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:54.522Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:54.522Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:54.532Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:54.532Z||pool-200-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:55.422Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 37930be6-3edb-4197-95ff-f044ff478986
2022-02-02T02:09:55.423Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 45805dba-c674 0 98e5dc7d-c624-42ba-b701-4f7c64f95b8c 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-02-02T02:09:55.436Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d83165, org.onap.sdc.toscaparser.api.parameters.Input@6f7f12ea, org.onap.sdc.toscaparser.api.parameters.Input@467d0adf, org.onap.sdc.toscaparser.api.parameters.Input@5eab649d, org.onap.sdc.toscaparser.api.parameters.Input@27813534]
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c matches Tosca VF Customization UUID: 7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c
2022-02-02T02:09:55.438Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c  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-02-02T02:09:55.440Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.440Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c: {\"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-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b715490
2022-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a078fcd-34bb-4f33-9380-d309fef23a88
2022-02-02T02:09:55.441Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a078fcd-34bb-4f33-9380-d309fef23a88
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-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.443Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:09:55.444Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.445Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9dd68cc-df5c-45dd-aea0-d233e8339e16
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-02-02T02:09:55.446Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.446Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.446Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:55.446Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.446Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.447Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T02:09:55.448Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.448Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2ed8329-677c-42e5-865a-830c8e4d3c5e
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-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is not matching search criteria
2022-02-02T02:09:55.449Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T02:09:55.450Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T02:09:55.451Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83cdb75d-6ae5-4923-b49c-839547cba420
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-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Node template vFW 45805dba-c674 0 is matching search criteria
2022-02-02T02:09:55.452Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 45805dba-c674 0] matching following query criteria: sdcType=VF, customizationUUID=7eedf78c-563a-452c-ae9c-8fb8f1fb6e9c
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-02-02T02:09:55.453Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 37930be6-3edb-4197-95ff-f044ff478986: vFW 45805dba-c674
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.454Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.455Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.455Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-02T02:09:55.455Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-02 02-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T02:09:55.455Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-02-02 02-08-25 
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-02-02T02:09:55.579Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 45805dba-c674 98e5dc7d-c624-42ba-b701-4f7c64f95b8c 1 ASDC deployResourceStructure
2022-02-02T02:09:55.580Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json ASDC sendASDCNotification
2022-02-02T02:09:55.580Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json
2022-02-02T02:09:55.580Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:09:55.580Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:55.581Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:55.582Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767795580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:55.682Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:55.682Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:55.683Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:55.693Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:55.694Z||pool-201-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:56.582Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T02:09:56.582Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml
2022-02-02T02:09:56.583Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:09:56.583Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:56.585Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:56.585Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767796582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:56.685Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:56.685Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:56.686Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:56.695Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:56.695Z||pool-202-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:57.585Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T02:09:57.586Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env
2022-02-02T02:09:57.586Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:09:57.586Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:57.588Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:57.589Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767797585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:57.689Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:57.689Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:57.689Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:57.699Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:57.699Z||pool-203-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:58.589Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar ASDC sendASDCNotification
2022-02-02T02:09:58.590Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar
2022-02-02T02:09:58.590Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T02:09:58.590Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:09:58.592Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:09:58.592Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767798589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:09:58.692Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:09:58.693Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:09:58.693Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:09:58.703Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:09:58.703Z||pool-204-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T02:09:59.593Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:09:59.602Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:09:59.603Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:09:59.603Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:09:59.603Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:10:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:10:24.030Z||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-02-02T02:10:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:10:24.056Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:10:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebc9865c-b2ef-4e50-a14a-a2152adfc487",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767735721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:10:24.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:10:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/resourceInstances/pnf6d1e231478be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767690112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767744987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:10:24.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:10:24.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:10:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767746539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYuacbnbkgkpsytben9pv/1.0/artifacts/service-DemoPnfYuacbnbkgkpsytben9pv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:10:24.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:10:29.604Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:10:29.612Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:10:29.614Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:10:29.614Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:10:29.615Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:10:59.615Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:10:59.625Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:10:59.627Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:10:59.627Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T02:10:59.627Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T02:11:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:11:24.030Z||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-02-02T02:11:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:11:24.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:11:24.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb4a9216-f7b4-46b9-b796-5cc6c18bc07d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767777884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767781835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643767777439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767778897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767776791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767773083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767789734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767789824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767789840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767789935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "cds",
  "timestamp": 1643767790738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-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-02-02T02:11:24.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:24.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767791125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767792315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767792332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767792687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767786131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767793356,
  "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-02-02T02:11:24.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:24.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767793367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643767793690,
  "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-02-02T02:11:24.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:24.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767793849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767787522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643767794358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767794419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767795226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767795580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vfw45805dbac6740_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767796229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767796582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "policy-id",
  "timestamp": 1643767797231,
  "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-02-02T02:11:24.611Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.611Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767797585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/resourceInstances/vfw45805dbac6740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767798589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767793035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "NOTIFIED"
}
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767801064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "aai-ml",
  "timestamp": 1643767802067,
  "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-02-02T02:11:24.623Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.623Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767813973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-02T02:11:24.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767815980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220202020825/1.0/artifacts/service-Vfw20220202020825-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-02T02:11:24.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:11:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T02:11:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "clamp",
  "timestamp": 1643767816986,
  "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-02-02T02:11:24.635Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7896d71c-00c6-48f9-a6f5-091cb6dc991f
2022-02-02T02:11:24.635Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:29.627Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-02T02:11:29.638Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-02T02:11:29.640Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T02:11:29.640Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T02:11:29.640Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T02:11:29.640Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T02:11:29.640Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-02T02:11:29.641Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-02T02:11:29.646Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T02:11:59.646Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f 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-02-02T02:11:59.650Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7896d71c-00c6-48f9-a6f5-091cb6dc991f and serviceModelVersionId: 37930be6-3edb-4197-95ff-f044ff478986
2022-02-02T02:11:59.650Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4939b006-c8b2-4fb8-bfa0-e62800bcbe87
2022-02-02T02:11:59.651Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0
2022-02-02T02:11:59.656Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T02:11:59.674Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0|INFO|500||Invoke
2022-02-02T02:11:59.675Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7896d71c-00c6-48f9-a6f5-091cb6dc991f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adfc2fb3-d268-4da0-8099-fa582aa9983c], X-ECOMP-RequestID=[7896d71c-00c6-48f9-a6f5-091cb6dc991f], X-TransactionId=[], X-ONAP-RequestID=[7896d71c-00c6-48f9-a6f5-091cb6dc991f], Content-Type=[application/merge-patch+json]}
2022-02-02T02:11:59.689Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-02T02:11:59.752Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?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/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-02:11:59:694-36478], vertex-id=[290864], Content-Length=[0], Date=[Wed, 02 Feb 2022 02:11:59 GMT], Content-Type=[application/json]}
2022-02-02T02:11:59.752Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T02:11:59.753Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4939b006-c8b2-4fb8-bfa0-e62800bcbe87/model-vers/model-ver/37930be6-3edb-4197-95ff-f044ff478986?depth=0|INFO|500||InvokeReturn
2022-02-02T02:11:59.753Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T02:11:59.753Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-02T02:11:59.757Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-02T02:11:59.758Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7896d71c-00c6-48f9-a6f5-091cb6dc991f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T02:11:59.758Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T02:11:59.758Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-02T02:11:59.760Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T02:11:59.760Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767919758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:11:59.860Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T02:11:59.861Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T02:11:59.861Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T02:11:59.874Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:11:59.875Z||pool-205-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-02-02T02:12:00.771Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:00.771Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:00.772Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:11.023Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:11.023Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:11.024Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:11.024Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:20.565Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:20.566Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:20.566Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:20.566Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:24.030Z||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-02-02T02:12:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:24.653Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:24.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-02T02:12:24.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7896d71c-00c6-48f9-a6f5-091cb6dc991f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643767919758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T02:12:24.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T02:12:30.111Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:30.112Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:30.112Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:30.112Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:39.650Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:39.650Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:39.651Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:39.651Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:49.186Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:49.186Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:49.187Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:49.187Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:12:58.739Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:12:58.739Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:12:58.739Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:12:58.739Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:08.283Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:08.283Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:08.284Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:08.284Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:17.822Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:17.822Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:17.822Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:17.823Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:24.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:24.030Z||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-02-02T02:13:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:27.357Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:27.357Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:27.358Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:27.358Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:33.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:36.895Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:36.896Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:36.896Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:36.897Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:46.436Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:46.437Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:46.437Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:46.437Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:13:55.975Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:13:55.975Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:13:55.975Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:13:55.975Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:05.514Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:14:05.514Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:14:05.515Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:14:05.515Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:15.051Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:14:15.051Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:14:15.052Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:14:15.052Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:14:24.029Z||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-02-02T02:14:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:24.588Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:14:24.589Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:14:24.589Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:14:24.589Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:33.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:14:34.126Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:14:34.126Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:14:34.127Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:14:34.127Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:14:43.662Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:15:24.027Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:15:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:15:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:15:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:15:24.029Z||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-02-02T02:15:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:15:33.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:15:33.574Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:16:24.027Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:16:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:16:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:16:24.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:16:24.030Z||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-02-02T02:16:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:16:33.571Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:16:33.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:17:24.027Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:17:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:17:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:17:24.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:17:24.029Z||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-02-02T02:17:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:17:33.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:17:33.573Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:18:24.027Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:18:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:18:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:18:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:18:24.029Z||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-02-02T02:18:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:18:33.570Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:18:33.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:19:24.027Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:19:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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-02-02T02:19:24.028Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:19:24.029Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T02:19:24.029Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|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-02-02T02:19:24.030Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|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 iRhDdQ0HdY96MDyi) ...
2022-02-02T02:19:33.573Z|bb4a9216-f7b4-46b9-b796-5cc6c18bc07d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-02T02:19:33.574Z|7896d71c-00c6-48f9-a6f5-091cb6dc991f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK