Results

By type

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

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

2022-03-06T05:22:57.946Z||main|||||INFO|500||The following profiles are active: basic
2022-03-06T05:23:38.795Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-06T05:23:38.802Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-06T05:23:39.432Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-06T05:23:54.987Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-06T05:23:56.431Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-06T05:23:58.034Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-06T05:23:58.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-06T05:23:58.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-06T05:23:59.544Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-06T05:24:02.491Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-06T05:24:10.054Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-06T05:24:16.193Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-06T05:24:16.327Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-06T05:24:17.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-06T05:24:18.138Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-06T05:24:22.387Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-06T05:24:25.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-06T05:24:25.752Z||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$$4f705321.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-06T05:24:25.761Z||main|||||WARN|500||The sdc end point is not alive
2022-03-06T05:24:35.979Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-06T05:24:45.898Z||main|||||WARN|500||---
2022-03-06T05:24:45.903Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-06T05:24:45.904Z||main|||||WARN|500||---
2022-03-06T05:24:47.375Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-06T05:25:01.217Z||main|||||INFO|500||Started Application in 134.23 seconds (JVM running for 144.82)
2022-03-06T05:25:01.433Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-06T05:25:01.440Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-06T05:25:01.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-06T05:25:01.654Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-06T05:25:02.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c7f0978-542a-45d4-8801-4aebea54803e url= /sdc/v1/artifactTypes
2022-03-06T05:25:02.019Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-06T05:25:02.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-06T05:25:03.088Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-06T05:25:03.156Z||scheduling-1|||||DEBUG|500||create keys
2022-03-06T05:25:03.173Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-06T05:25:03.212Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:25:03.250Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a69a3ff0-b797-4fbe-b186-05e297ecae9a url= /sdc/v1/registerForDistribution
2022-03-06T05:25:03.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a69a3ff0-b797-4fbe-b186-05e297ecae9a url= /sdc/v1/registerForDistribution
2022-03-06T05:25:03.456Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-06T05:25:03.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:25:03.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:25:03.538Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-06T05:25:03.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:25:03.627Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:25:03.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:25:03.633Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:25:13.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:25:13.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:26:03.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:26:03.505Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:26:03.507Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:26:03.515Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:26:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:26:03.520Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:26:13.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:26:13.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:27:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:27:03.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:27:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:27:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:27:03.487Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:27:03.487Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:27:13.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:27:13.047Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:28:03.480Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:28:03.483Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:28:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:28:03.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:28:03.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:28:03.513Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:28:13.097Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:28:13.098Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:29:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:29:03.487Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:29:03.487Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:29:03.488Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:29:03.489Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:29:03.489Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:29:13.102Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:29:13.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:30:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:30:03.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:30:03.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:30:03.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:30:03.494Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:30:03.496Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:30:13.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:30:13.142Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:31:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:31:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:31:03.482Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:31:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:31:03.487Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:31:03.492Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:31:13.057Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:31:13.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:32:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:32:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:32:03.482Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:32:03.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:32:03.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:32:03.522Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:32:13.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:32:13.091Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:33:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:33:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:33:03.482Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:33:03.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:33:03.489Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:33:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:33:07.040Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-06T05:33:13.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:33:13.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:34:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:34:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:34:03.487Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:34:03.487Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:34:03.490Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:34:03.495Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:34:13.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:34:13.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:35:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:35:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:35:03.485Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:35:03.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:35:03.489Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:35:03.489Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:35:13.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:35:13.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:36:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:36:03.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:36:03.482Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:36:03.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:36:03.487Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:36:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:36:13.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:36:13.111Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:37:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:37:03.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:37:03.483Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:37:03.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:37:03.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:37:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:37:13.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:37:13.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:38:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:38:03.480Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:38:03.481Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:38:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:38:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:38:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:38:13.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:38:13.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:39:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:39:03.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:39:03.481Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:39:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:39:03.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:39:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:39:13.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:39:13.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:40:03.480Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:40:03.481Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:40:03.482Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:40:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:40:03.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:40:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:40:13.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:40:13.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:41:03.485Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:41:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:41:03.490Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:41:03.490Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:41:03.490Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:41:03.490Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:41:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:41:13.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:42:03.480Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:42:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:42:03.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:42:03.486Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:42:03.487Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:42:03.488Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:42:13.044Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:42:13.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:43:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:43:03.484Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:43:03.484Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:43:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:43:03.488Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:43:03.492Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:43:13.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:43:13.055Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:44:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:44:03.481Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:44:03.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:44:03.486Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:44:03.487Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:44:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:44:13.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:44:13.056Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:45:03.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:45:03.481Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:45:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:45:03.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:45:03.490Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:45:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:45:13.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:45:13.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:46:03.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:46:03.480Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:46:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:46:03.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:46:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:46:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:46:13.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:46:13.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:47:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:47:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:47:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:47:03.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:47:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:47:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:47:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:47:13.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:48:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:48:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:48:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:48:03.483Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:48:03.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:48:03.507Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:48:13.052Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:48:13.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:49:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:49:03.481Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:49:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:49:03.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:49:03.491Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:49:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:49:13.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:49:13.094Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:50:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:50:03.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:50:03.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:50:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:50:03.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:50:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:50:13.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:50:13.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:51:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:51:03.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:51:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:51:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:51:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:51:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:51:13.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:51:13.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:52:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:52:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:52:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:52:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:52:03.486Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:52:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:52:13.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:52:13.036Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:53:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:53:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:53:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:53:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:53:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:53:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:53:13.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:53:13.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:54:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:54:03.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:54:03.483Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:54:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:54:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:54:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:54:13.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:54:13.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:55:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:55:03.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:55:03.483Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:55:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:55:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:55:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:55:13.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:55:13.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:56:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:56:03.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:56:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:56:03.488Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:56:03.491Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:56:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:56:13.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:56:13.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:57:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:57:03.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:57:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:57:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:57:03.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:57:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:57:13.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:57:13.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:58:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:58:03.481Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:58:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:58:03.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:58:03.489Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:58:03.489Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:58:13.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:58:13.054Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:03.480Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:59:03.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:59:03.483Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:03.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:59:03.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:59:03.493Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:03.647Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:03.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T05:59:04.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:04.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T05:59:04.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90726c4b-688f-4d0d-ba4f-e14563142c5d","serviceName":"basic_onboard_eqaBju","serviceVersion":"1.0","serviceUUID":"8cc0f56a-3026-4de6-97c4-e93ae9fb8632","serviceDescription":"service","serviceInvariantUUID":"736a39e0-52b2-48e1-ac67-485e58e3018b","resources":[{"resourceInstanceName":"basic_onboard_eqaBju 0","resourceName":"basic_onboard_eqaBju","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dec4717d-23f8-4bbd-82d2-9d255b0b3dbd","resourceInvariantUUID":"843d83bf-11f1-4c9a-96f7-f382c4af34c0","resourceCustomizationUUID":"c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRkMTU4NmZhNGI4NzkyODNiZmYzMjUxZDMyZWQwZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c8a2875-3515-4cf3-a490-94b103302a2f","artifactVersion":"1"},{"artifactName":"basic_onboard_eqabju0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json","artifactChecksum":"MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"adaacfd1-49b2-4220-bba6-dfa358e5402c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dbbb233e-296d-4eee-9e0f-776dfc612405","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d9e1ba2-63f4-43b0-bb3f-cf724e99fca9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5845be63-3830-4db0-a08f-5a1c84ad342a","artifactVersion":"2","generatedFromUUID":"dbbb233e-296d-4eee-9e0f-776dfc612405"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEqabju-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml","artifactChecksum":"ZDUxYzRjMjA0ZDNkMjM1YWUyNWRlYThhMGVhYzI4NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cd95d87-c710-42cd-b0a3-026581b21939","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEqabju-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar","artifactChecksum":"YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea72b169-6d0b-44d1-8023-d3ef70f859d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T05:59:04.156Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:04.176Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:04.207Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:04.208Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:04.307Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-03-06T05:59:04.314Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:04.314Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:04.335Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:04.340Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:05.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:05.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:05.235Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:05.237Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T05:59:05.334Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-06T05:59:05.336Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:05.336Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:05.353Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:05.356Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:06.237Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:06.239Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:06.244Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:06.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-06T05:59:06.344Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:06.346Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:06.346Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:06.369Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:06.370Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:07.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:07.253Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:07.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:07.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:07.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-06T05:59:07.362Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:07.363Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:07.397Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:07.398Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:08.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:08.281Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:08.312Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:08.313Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-06T05:59:08.416Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T05:59:08.417Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:08.418Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:08.445Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:08.446Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:09.313Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:09.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:09.321Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:09.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:09.422Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:09.424Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:09.424Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:09.439Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:09.440Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:10.322Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:10.323Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:10.327Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:10.327Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T05:59:10.428Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T05:59:10.429Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:10.430Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:10.448Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:10.449Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:11.343Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "serviceName": "basic_onboard_eqaBju",
  "serviceVersion": "1.0",
  "serviceUUID": "8cc0f56a-3026-4de6-97c4-e93ae9fb8632",
  "serviceDescription": "service",
  "serviceInvariantUUID": "736a39e0-52b2-48e1-ac67-485e58e3018b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_eqaBju 0",
      "resourceCustomizationUUID": "c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff",
      "resourceName": "basic_onboard_eqaBju",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dec4717d-23f8-4bbd-82d2-9d255b0b3dbd",
      "resourceInvariantUUID": "843d83bf-11f1-4c9a-96f7-f382c4af34c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eqabju0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
          "artifactChecksum": "MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "adaacfd1-49b2-4220-bba6-dfa358e5402c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dbbb233e-296d-4eee-9e0f-776dfc612405",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5845be63-3830-4db0-a08f-5a1c84ad342a",
            "generatedFromUUID": "dbbb233e-296d-4eee-9e0f-776dfc612405"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5845be63-3830-4db0-a08f-5a1c84ad342a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEqabju-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
      "artifactChecksum": "YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea72b169-6d0b-44d1-8023-d3ef70f859d8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T05:59:11.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T05:59:11.351Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cc0f56a-3026-4de6-97c4-e93ae9fb8632 ASDC
2022-03-06T05:59:11.850Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90726c4b-688f-4d0d-ba4f-e14563142c5d
ServiceName:basic_onboard_eqaBju
ServiceVersion:1.0
ServiceUUID:8cc0f56a-3026-4de6-97c4-e93ae9fb8632
ServiceInvariantUUID:736a39e0-52b2-48e1-ac67-485e58e3018b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEqabju-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
ArtifactUUID:ea72b169-6d0b-44d1-8023-d3ef70f859d8
ArtifactChecksum:YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eqaBju 0
ResourceCustomizationUUID:c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff
ResourceInvariantUUID:843d83bf-11f1-4c9a-96f7-f382c4af34c0
ResourceName:basic_onboard_eqaBju
ResourceType:VF
ResourceUUID:dec4717d-23f8-4bbd-82d2-9d255b0b3dbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eqabju0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json
ArtifactUUID:adaacfd1-49b2-4220-bba6-dfa358e5402c
ArtifactChecksum:MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ=
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dbbb233e-296d-4eee-9e0f-776dfc612405
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env
ArtifactUUID:5845be63-3830-4db0-a08f-5a1c84ad342a
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env
ArtifactUUID:5845be63-3830-4db0-a08f-5a1c84ad342a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-06T05:59:11.869Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cc0f56a-3026-4de6-97c4-e93ae9fb8632 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T05:59:12.713Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T05:59:12.726Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:12.735Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:12.736Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea72b169-6d0b-44d1-8023-d3ef70f859d8 from URL: /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:12.737Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T05:59:12.741Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:13.246Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T05:59:13.324Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar ea72b169-6d0b-44d1-8023-d3ef70f859d8 71577
2022-03-06T05:59:13.329Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar ASDC sendASDCNotification
2022-03-06T05:59:13.329Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:13.331Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T05:59:13.334Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:13.339Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:13.340Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546353325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T05:59:13.439Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:13.441Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:13.441Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:13.499Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:13.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:14.344Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T05:59:14.346Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:14.346Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ea72b169-6d0b-44d1-8023-d3ef70f859d8, URL: /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar to file: /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.357Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.834Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.835Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:16.457Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5400864469926171353/Definitions/service-BasicOnboardEqabju-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-06T05:59:21.692Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T05:59:21.708Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T05:59:21.708Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eqaBju 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-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T05:59:21.726Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.729Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.739Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.740Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T05:59:21.744Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T05:59:21.749Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T05:59:21.751Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T05:59:21.751Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.752Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.758Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.759Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is not matching search criteria
2022-03-06T05:59:21.759Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-06T05:59:21.762Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T05:59:21.764Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.764Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T05:59:21.768Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.769Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.769Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is not matching search criteria
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a53676-4e08-40ea-97e6-d500709237fe
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T05:59:21.776Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.776Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_eqaBju
Description:service
Model UUID:8cc0f56a-3026-4de6-97c4-e93ae9fb8632
Model Version:NULL
Model InvariantUuid:736a39e0-52b2-48e1-ac67-485e58e3018b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_eqaBju
Model UUID:b2779547-cea6-43ad-9f23-970673cfbaa7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:843d83bf-11f1-4c9a-96f7-f382c4af34c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:895563cf-9936-435f-94cc-4132998aac4a
ModelName:BasicOnboardEqabju..base_ubuntu18..module-0
ModelUuid:80bad5ca-932c-4f16-bdc8-131adceba5a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56a53676-4e08-40ea-97e6-d500709237fe
ModelInvariantUuid:e5bfe8d0-eccf-4d8d-aee2-81e2d33fd54a
ModelName:basic_onboard_eqaBju-nodes.ubuntu18Cvfc
ModelUuid:8f1fabd3-9581-4f12-b9a5-07b3a4eacea9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8d86396c-dbce-40b5-98dc-0a787fd71c1e
ModelInvariantUuid:e589be4e-5734-4d62-b4c5-20eeb65d6876
ModelName:BasicOnboardEqabju.compute.nodes.heat.ubuntu18
ModelUuid:d5435066-aa20-40ce-83f7-6f1a24c7667a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T05:59:21.829Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@11f3ef06 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1882) 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.$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$$b1741326.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)
	... 75 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)
	... 76 common frames omitted
2022-03-06T05:59:21.858Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-06T05:59:21.859Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||ERROR|500||(conn=1882) WSREP has not yet prepared node for application use
2022-03-06T05:59:21.871Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||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.$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$$b1741326.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=1882) 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)
	... 70 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)
	... 75 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)
	... 76 common frames omitted
2022-03-06T05:59:21.887Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||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.$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$$b1741326.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)
	... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1882) 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)
	... 70 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)
	... 75 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)
	... 76 common frames omitted
2022-03-06T05:59:21.949Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||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$$b1741326.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.$Proxy141.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-03-06T05:59:21.959Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90726c4b-688f-4d0d-ba4f-e14563142c5d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T05:59:22.320Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90726c4b-688f-4d0d-ba4f-e14563142c5d and serviceModelVersionId: 8cc0f56a-3026-4de6-97c4-e93ae9fb8632
2022-03-06T05:59:22.321Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 736a39e0-52b2-48e1-ac67-485e58e3018b
2022-03-06T05:59:53.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0
2022-03-06T05:59:53.313Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T05:59:54.279Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-06T05:59:54.304Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|INFO|500||Invoke
2022-03-06T05:59:54.613Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-06T05:59:55.038Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|INFO|500||InvokeReturn
2022-03-06T05:59:55.040Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220306-05:59:54:609-17290], vertex-id=[196680], Content-Length=[0], Date=[Sun, 06 Mar 2022 05:59:54 GMT], Content-Type=[application/json]}
2022-03-06T05:59:55.041Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-06T05:59:55.047Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T05:59:55.048Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-06T05:59:55.049Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90726c4b-688f-4d0d-ba4f-e14563142c5d 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-03-06T05:59:55.050Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-06T05:59:55.051Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:55.055Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:55.055Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546395049,
  "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-03-06T05:59:55.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:55.158Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:55.159Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:55.179Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:55.180Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T05:59:56.087Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T05:59:56.091Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ab67754-c8ab-4834-ba4b-df2968299147","serviceName":"vFW 2022-03-06 05-55-43","serviceVersion":"1.0","serviceUUID":"5182fad6-631a-4462-8dd5-91ea24acfa14","serviceDescription":"catalog service description","serviceInvariantUUID":"242af85a-e3a1-455c-a1d3-c66e6a82f7f3","resources":[{"resourceInstanceName":"vFW 2abd18c5-2b7a 0","resourceName":"vFW 2abd18c5-2b7a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17cfc577-07c1-4efe-9d6a-ea03cee6914b","resourceInvariantUUID":"0ade56f5-a86c-41af-b255-4276124530f4","resourceCustomizationUUID":"d69470a3-4fe6-48e7-93e3-e7905937930e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml","artifactChecksum":"MWRkMzk5OWEyODk0YjdhNzU3ZDVmZTA4ZGZhMWM3NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be41724b-98ed-4cbc-97b0-829ac7f23063","artifactVersion":"1"},{"artifactName":"vfw2abd18c52b7a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json","artifactChecksum":"M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad6f0627-8322-48f8-b10b-bf939b6ba774","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"029988d4-c314-4a8e-88ca-6ea2c6a1555d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTk4ODFjZTU4ZGEyMzczOWZhOWYzODYwNTBlY2FlOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb05127f-7727-4a87-990d-7d0239b97ddb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9abbb09-a75a-487f-8be0-c4a06fc6152e","artifactVersion":"2","generatedFromUUID":"029988d4-c314-4a8e-88ca-6ea2c6a1555d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306055543-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml","artifactChecksum":"YTFkMWNhNzFlOTliMGFkMDVjOWJkZmVkMmRkOGU1ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a91cd60-6e6b-4dfa-a627-b17aceafb08f","artifactVersion":"1"},{"artifactName":"service-Vfw20220306055543-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar","artifactChecksum":"NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d54b2c0d-a588-4168-9445-b659f7faaf8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T05:59:56.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:56.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:56.096Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:56.097Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:56.197Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:56.198Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:56.199Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:56.215Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:56.216Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:57.102Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:57.103Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:57.107Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:57.107Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T05:59:57.207Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:57.208Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:57.209Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:57.222Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:57.223Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:58.109Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:58.110Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:58.114Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:58.114Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T05:59:58.214Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:58.215Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:58.215Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:58.231Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:58.232Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:59.116Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:59.117Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:59.119Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:59.122Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T05:59:59.220Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T05:59:59.221Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:59.222Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:59.239Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T05:59:59.240Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:00.124Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:00.125Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:00.129Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:00.129Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:00:00.229Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:00.230Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:00.230Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:00.246Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:00.247Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:01.130Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:01.132Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:01.138Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:01.139Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:00:01.238Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:01.239Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:01.240Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:01.285Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:01.286Z||pool-17-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:02.140Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:02.141Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:02.145Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:02.145Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:00:02.248Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T06:00:02.251Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:02.251Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:02.263Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:02.264Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:03.147Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "serviceName": "vFW 2022-03-06 05-55-43",
  "serviceVersion": "1.0",
  "serviceUUID": "5182fad6-631a-4462-8dd5-91ea24acfa14",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "242af85a-e3a1-455c-a1d3-c66e6a82f7f3",
  "resources": [
    {
      "resourceInstanceName": "vFW 2abd18c5-2b7a 0",
      "resourceCustomizationUUID": "d69470a3-4fe6-48e7-93e3-e7905937930e",
      "resourceName": "vFW 2abd18c5-2b7a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17cfc577-07c1-4efe-9d6a-ea03cee6914b",
      "resourceInvariantUUID": "0ade56f5-a86c-41af-b255-4276124530f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2abd18c52b7a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
          "artifactChecksum": "M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad6f0627-8322-48f8-b10b-bf939b6ba774",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "029988d4-c314-4a8e-88ca-6ea2c6a1555d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f9abbb09-a75a-487f-8be0-c4a06fc6152e",
            "generatedFromUUID": "029988d4-c314-4a8e-88ca-6ea2c6a1555d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f9abbb09-a75a-487f-8be0-c4a06fc6152e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220306055543-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
      "artifactChecksum": "NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d54b2c0d-a588-4168-9445-b659f7faaf8c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:00:03.148Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:00:03.148Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5182fad6-631a-4462-8dd5-91ea24acfa14 ASDC
2022-03-06T06:00:03.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2ab67754-c8ab-4834-ba4b-df2968299147
ServiceName:vFW 2022-03-06 05-55-43
ServiceVersion:1.0
ServiceUUID:5182fad6-631a-4462-8dd5-91ea24acfa14
ServiceInvariantUUID:242af85a-e3a1-455c-a1d3-c66e6a82f7f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306055543-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
ArtifactUUID:d54b2c0d-a588-4168-9445-b659f7faaf8c
ArtifactChecksum:NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2abd18c5-2b7a 0
ResourceCustomizationUUID:d69470a3-4fe6-48e7-93e3-e7905937930e
ResourceInvariantUUID:0ade56f5-a86c-41af-b255-4276124530f4
ResourceName:vFW 2abd18c5-2b7a
ResourceType:VF
ResourceUUID:17cfc577-07c1-4efe-9d6a-ea03cee6914b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2abd18c52b7a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
ArtifactUUID:ad6f0627-8322-48f8-b10b-bf939b6ba774
ArtifactChecksum:M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI=
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
ArtifactUUID:029988d4-c314-4a8e-88ca-6ea2c6a1555d
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
ArtifactUUID:f9abbb09-a75a-487f-8be0-c4a06fc6152e
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
ArtifactUUID:f9abbb09-a75a-487f-8be0-c4a06fc6152e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-06T06:00:03.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5182fad6-631a-4462-8dd5-91ea24acfa14 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:00:03.199Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d54b2c0d-a588-4168-9445-b659f7faaf8c from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:03.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:00:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:00:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:03.495Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:03.514Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar d54b2c0d-a588-4168-9445-b659f7faaf8c 98969
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar ASDC sendASDCNotification
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:03.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:03.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:03.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:00:03.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:00:03.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:00:03.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:03.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546403515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:00:03.621Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:03.622Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:03.623Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:03.644Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:03.645Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:04.523Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:00:04.532Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:04.533Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d54b2c0d-a588-4168-9445-b659f7faaf8c, URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar to file: /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.533Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.534Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.534Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:05.033Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12933911863275359737/Definitions/service-Vfw20220306055543-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-06T06:00:09.383Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:00:09.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T06:00:09.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.388Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.391Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2abd18c5-2b7a 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-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.391Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.392Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.392Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.393Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.393Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.395Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T06:00:09.395Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.397Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T06:00:09.397Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:00:09.400Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.400Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.401Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.401Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.404Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.404Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.405Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.405Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.406Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.408Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.408Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T06:00:09.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.410Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:00:09.411Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.411Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.412Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.413Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.416Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.416Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ba3951c9-572f-4688-aa66-e61e4f0d4328
2022-03-06T06:00:09.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:00:09.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb0bbacc-3e0d-4082-a448-df3ffea86635
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.429Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.429Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:00:09.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
2022-03-06T06:00:09.434Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.434Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.435Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.435Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.436Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.436Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-06 05-55-43
Description:catalog service description
Model UUID:5182fad6-631a-4462-8dd5-91ea24acfa14
Model Version:NULL
Model InvariantUuid:242af85a-e3a1-455c-a1d3-c66e6a82f7f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2abd18c5-2b7a
Model UUID:5720702c-2588-4db7-9f44-1368383709d0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ade56f5-a86c-41af-b255-4276124530f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d69470a3-4fe6-48e7-93e3-e7905937930e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a0da305-0562-4bf5-8453-87aab872a131
ModelName:Vfw2abd18c52b7a..base_vfw..module-0
ModelUuid:3daad259-159c-47c2-a327-addb9384e639
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ba3951c9-572f-4688-aa66-e61e4f0d4328
ModelInvariantUuid:343be409-3680-46fa-9f55-8bc7ca1e3d82
ModelName:vFW 2abd18c5-2b7a-nodes.vfwCvfc
ModelUuid:a1e6cea5-afaa-495d-ac96-5bd99c4713f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3ab21dd3-2b65-443f-b3ae-c94b3beb2e46
ModelInvariantUuid:60872963-86d6-4f00-b20b-060b7b63fa6a
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vfw
ModelUuid:a0009e26-c2fd-4cd2-a4d4-20428ac05aa7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cb0bbacc-3e0d-4082-a448-df3ffea86635
ModelInvariantUuid:c9254639-acfe-4355-b74c-1ea2504c7a6f
ModelName:vFW 2abd18c5-2b7a-nodes.vsnCvfc
ModelUuid:b8e6d19c-7582-4d4c-9f72-5fcbe27518ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:07ee3a23-110d-4bfb-a4de-b274f63d7ce8
ModelInvariantUuid:66a3258f-f9a6-407e-b6f4-6876732db0cc
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vsn
ModelUuid:15b9f9b9-ab20-4e65-8350-d9c010b1e4c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
ModelInvariantUuid:e40a0e8e-316d-4c9b-bf27-0af392d18167
ModelName:vFW 2abd18c5-2b7a-nodes.vpgCvfc
ModelUuid:b53365fb-bbcf-4310-8351-aeba76b4f5af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:301d1299-0ed6-4048-86a2-d1421dc11737
ModelInvariantUuid:102adaf1-e76a-4357-9da4-776280d4282c
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vpg
ModelUuid:7ff00063-d16e-4b6d-bb13-a466ba76dec8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:00:09.502Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 17cfc577-07c1-4efe-9d6a-ea03cee6914b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:09.541Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||vFW 2abd18c5-2b7a 0
2022-03-06T06:00:09.553Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17cfc577-07c1-4efe-9d6a-ea03cee6914b
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad6f0627-8322-48f8-b10b-bf939b6ba774 from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.616Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:09.617Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ad6f0627-8322-48f8-b10b-bf939b6ba774 785
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ASDC sendASDCNotification
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:09.619Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:09.625Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:09.625Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546409618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:00:09.729Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:00:09.731Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:09.731Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:09.758Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:09.760Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:10.645Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2abd18c52b7a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a0da305-0562-4bf5-8453-87aab872a131",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3daad259-159c-47c2-a327-addb9384e639",
    "vfModuleModelCustomizationUUID": "4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec",
    "isBase": true,
    "artifacts": [
      "029988d4-c314-4a8e-88ca-6ea2c6a1555d",
      "f9abbb09-a75a-487f-8be0-c4a06fc6152e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:00:10.708Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2abd18c52b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3daad259-159c-47c2-a327-addb9384e639
VfModuleModelInvariantUUID:3a0da305-0562-4bf5-8453-87aab872a131
VfModuleModelDescription:NULL
Artifacts UUID List:{
029988d4-c314-4a8e-88ca-6ea2c6a1555d
,
f9abbb09-a75a-487f-8be0-c4a06fc6152e

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

isBase:true


}

2022-03-06T06:00:10.719Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2abd18c52b7a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a0da305-0562-4bf5-8453-87aab872a131",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3daad259-159c-47c2-a327-addb9384e639",
    "vfModuleModelCustomizationUUID": "4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec",
    "isBase": true,
    "artifacts": [
      "029988d4-c314-4a8e-88ca-6ea2c6a1555d",
      "f9abbb09-a75a-487f-8be0-c4a06fc6152e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:00:10.720Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2abd18c52b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3daad259-159c-47c2-a327-addb9384e639
VfModuleModelInvariantUUID:3a0da305-0562-4bf5-8453-87aab872a131
VfModuleModelDescription:NULL
Artifacts UUID List:{
029988d4-c314-4a8e-88ca-6ea2c6a1555d
,
f9abbb09-a75a-487f-8be0-c4a06fc6152e

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

isBase:true


}

2022-03-06T06:00:10.720Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 029988d4-c314-4a8e-88ca-6ea2c6a1555d from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.721Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:10.721Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.789Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:10.791Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml 029988d4-c314-4a8e-88ca-6ea2c6a1555d 20368
2022-03-06T06:00:10.791Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:00:10.792Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.792Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:10.793Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:10.797Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:10.797Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546410791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:00:10.897Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:10.898Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:10.899Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:10.921Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:10.922Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:11.798Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9abbb09-a75a-487f-8be0-c4a06fc6152e from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:11.798Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:11.800Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:12.021Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:12.022Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env f9abbb09-a75a-487f-8be0-c4a06fc6152e 2098
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:12.024Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:12.027Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:12.027Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546412023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:00:12.127Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:12.129Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:12.129Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:12.147Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:12.151Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:13.029Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5182fad6-631a-4462-8dd5-91ea24acfa14
2022-03-06T06:00:13.030Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2abd18c5-2b7a 0 17cfc577-07c1-4efe-9d6a-ea03cee6914b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:13.127Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24060ffa, org.onap.sdc.toscaparser.api.parameters.Input@453a6e20, org.onap.sdc.toscaparser.api.parameters.Input@5db77d17, org.onap.sdc.toscaparser.api.parameters.Input@4b8b0d20, org.onap.sdc.toscaparser.api.parameters.Input@5fe6a274]
2022-03-06T06:00:13.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.144Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-06T06:00:13.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d69470a3-4fe6-48e7-93e3-e7905937930e
2022-03-06T06:00:13.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d69470a3-4fe6-48e7-93e3-e7905937930e matches Tosca VF Customization UUID: d69470a3-4fe6-48e7-93e3-e7905937930e
2022-03-06T06:00:13.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d69470a3-4fe6-48e7-93e3-e7905937930e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-06T06:00:13.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d69470a3-4fe6-48e7-93e3-e7905937930e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-06T06:00:13.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ca34da5
2022-03-06T06:00:13.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:00:13.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec
2022-03-06T06:00:13.191Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-06T06:00:13.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.204Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.205Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.206Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.208Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.208Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.209Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:00:13.210Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:13.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:13.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.214Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:13.214Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.215Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ba3951c9-572f-4688-aa66-e61e4f0d4328
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.224Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.228Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.231Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:13.231Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.232Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.232Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:00:13.233Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:13.233Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb0bbacc-3e0d-4082-a448-df3ffea86635
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.238Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:13.247Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.247Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:13.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:13.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:13.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.251Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.251Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:00:13.252Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.256Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.258Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.259Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.259Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.260Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=d69470a3-4fe6-48e7-93e3-e7905937930e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:13.273Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.274Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.276Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5182fad6-631a-4462-8dd5-91ea24acfa14: vFW 2abd18c5-2b7a
2022-03-06T06:00:13.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.278Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.278Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.280Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.281Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:00:13.281Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.282Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-06 05-55-43 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:00:14.048Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2abd18c5-2b7a 17cfc577-07c1-4efe-9d6a-ea03cee6914b 1 ASDC deployResourceStructure
2022-03-06T06:00:14.048Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ASDC sendASDCNotification
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:14.053Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:14.054Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546414048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:00:14.160Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-06T06:00:14.161Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:14.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:14.174Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:14.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:15.055Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:00:15.055Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:15.056Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:15.056Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:15.061Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:15.062Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546415055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:00:15.160Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:00:15.161Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:15.162Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:15.192Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:15.193Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:16.065Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:16.067Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:16.068Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546416064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:00:16.169Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:16.170Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:16.170Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:16.192Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:16.193Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:17.070Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar ASDC sendASDCNotification
2022-03-06T06:00:17.071Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:17.071Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:17.072Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:17.075Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:17.076Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546417070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:00:17.175Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:17.177Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:17.177Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:17.191Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:00:17.192Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:18.077Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:18.115Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:00:48.125Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:48.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:48.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:00:48.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:00:48.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:01:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:01:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:01:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:01:03.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:01:03.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:01:03.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:01:03.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:01:18.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:18.201Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:18.210Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:01:18.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:01:18.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:01:48.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:48.237Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:02:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:02:03.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:02:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:02:03.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:02:03.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546333410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546333024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546331853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546337246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546349143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546349190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546349235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546350244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:03.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546350345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "policy-id",
  "timestamp": 1646546351249,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.651Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546351501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546352612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:02:03.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546353325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546353619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546353302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546347127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "cds",
  "timestamp": 1646546354329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546355918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546357517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546352253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546359526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:03.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546360277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "clamp",
  "timestamp": 1646546360530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.851Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.852Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546361281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546354627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546345270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "policy-id",
  "timestamp": 1646546362285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.895Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:03.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546362763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546362956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546350005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546364060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546364061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "cds",
  "timestamp": 1646546363970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.939Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:03.939Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "aai-ml",
  "timestamp": 1646546365067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546365259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546366297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:04.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.029Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:02:04.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546366599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546367313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546363023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546367246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546375257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546382511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546384521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "clamp",
  "timestamp": 1646546385525,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:04.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.090Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546388309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "aai-ml",
  "timestamp": 1646546389315,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:04.115Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.115Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546395049,
  "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-03-06T06:02:04.129Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546343480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:02:18.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:18.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:18.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:02:48.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:48.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:48.319Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:02:48.320Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:02:48.320Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:02:48.321Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:03:03.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:03:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:03:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:03:04.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:03:04.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546403515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546409618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546410791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546412023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546414048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546415055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546416064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546417070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:18.321Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:18.361Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:18.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:03:48.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:48.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:03:48.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:04:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:04:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:04:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:04:13.058Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:04:18.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:18.457Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:18.466Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:04:18.470Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:04:18.471Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:04:18.471Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:04:48.481Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:48.509Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:48.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:04:48.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:04:48.518Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:04:48.518Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:05:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:03.488Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:13.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:18.520Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-06T06:05:18.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:05:18.537Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ab67754-c8ab-4834-ba4b-df2968299147 and serviceModelVersionId: 5182fad6-631a-4462-8dd5-91ea24acfa14
2022-03-06T06:05:18.538Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 242af85a-e3a1-455c-a1d3-c66e6a82f7f3
2022-03-06T06:05:18.542Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0
2022-03-06T06:05:18.577Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:05:18.727Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-06T06:05:18.734Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|INFO|500||Invoke
2022-03-06T06:05:18.899Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-06T06:05:19.238Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|INFO|500||InvokeReturn
2022-03-06T06:05:19.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220306-06:05:18:894-6597], vertex-id=[172200], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:05:18 GMT], Content-Type=[application/json]}
2022-03-06T06:05:19.242Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:05:19.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:05:19.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:05:19.255Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:05:19.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ab67754-c8ab-4834-ba4b-df2968299147 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-06T06:05:19.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-06T06:05:19.258Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:05:19.267Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:05:19.268Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546719257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-06T06:05:19.367Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-06T06:05:19.370Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:05:19.370Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:19.389Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:19.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:05:20.294Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:20.295Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:20.296Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:30.543Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:30.545Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:30.546Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:30.546Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:40.107Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:40.122Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:40.123Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:40.123Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:49.673Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:49.674Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:49.675Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:49.676Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:59.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:05:59.214Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:59.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:59.222Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:03.486Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:03.486Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:04.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:06:04.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:06:04.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546719257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-06T06:06:04.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:06:08.779Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:06:08.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:08.789Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:08.790Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:18.328Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:06:18.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:18.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:18.331Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:27.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:07:03.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:07:03.481Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:07:03.481Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:07:03.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:07:03.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:07:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:07:13.031Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:07:13.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:03.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:08:03.482Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:08:03.482Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:08:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:08:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:13.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:13.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:13.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-06T06:08:13.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e8e0e33-212b-4a62-bfc3-caad6bbdc164","serviceName":"vFW 2022-03-06 06-05-37","serviceVersion":"1.0","serviceUUID":"12eae111-4006-4172-ba7f-124a194b3ab7","serviceDescription":"catalog service description","serviceInvariantUUID":"006cdffe-56f7-497f-a5f4-c10e81e79123","resources":[{"resourceInstanceName":"vFW 0521bf49-af5f 0","resourceName":"vFW 0521bf49-af5f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27cc2aa5-754b-4e7b-b704-f27c3cd50f90","resourceInvariantUUID":"068b162a-685c-41d2-9845-49f54cb36d9c","resourceCustomizationUUID":"deb42a32-50a4-46fa-ad00-570457ba10f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml","artifactChecksum":"YmMzNmI2NTBjNzU4NTNlM2M4OGUyMjFjN2U5ZDdmZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91368669-4af4-4f38-b908-b743fdb36702","artifactVersion":"1"},{"artifactName":"vfw0521bf49af5f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json","artifactChecksum":"M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e93aa444-b8c6-4bb1-9c5e-fead8471c599","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99277a65-fd59-49fa-be63-14a3b60be81f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmJjODk5ZGQ2MjA1MDE3ZmRmZDgwNTcwNWU1MmEyNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf39ac32-0b53-4160-908e-bb3f1d1dd22c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1434c97-39c9-41b7-afac-3128bb595336","artifactVersion":"2","generatedFromUUID":"99277a65-fd59-49fa-be63-14a3b60be81f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306060537-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml","artifactChecksum":"MDAzY2Q1MmViY2Q3ZDNjNDI0NzAxOTY1M2YxYjc5ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"023024c3-8f89-4111-9f3c-f1cfe8d33967","artifactVersion":"1"},{"artifactName":"service-Vfw20220306060537-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar","artifactChecksum":"ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eed9bb5-9585-49a0-95fe-c3bc9307986d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:08:13.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:13.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:13.565Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:13.566Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:08:13.666Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:13.667Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:13.668Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:13.704Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:13.705Z||pool-28-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:14.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:14.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:14.583Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:14.584Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:08:14.677Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-06T06:08:14.679Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:14.679Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:14.692Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:14.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:15.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:15.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:15.590Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:15.590Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:08:15.691Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:15.693Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:15.693Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:15.727Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:15.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:16.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:16.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:16.599Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:16.599Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:08:16.698Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:08:16.699Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:16.699Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:16.715Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:16.717Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:17.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:17.601Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:17.624Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:17.624Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:08:17.721Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-06T06:08:17.722Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:17.722Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:17.738Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:17.739Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:18.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:18.626Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:18.630Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:18.630Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:08:18.731Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:18.734Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:18.734Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:18.753Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:18.754Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:19.631Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:19.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:19.635Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:19.636Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:08:19.736Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:19.737Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:19.737Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:19.757Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:19.758Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:20.640Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "serviceName": "vFW 2022-03-06 06-05-37",
  "serviceVersion": "1.0",
  "serviceUUID": "12eae111-4006-4172-ba7f-124a194b3ab7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "006cdffe-56f7-497f-a5f4-c10e81e79123",
  "resources": [
    {
      "resourceInstanceName": "vFW 0521bf49-af5f 0",
      "resourceCustomizationUUID": "deb42a32-50a4-46fa-ad00-570457ba10f6",
      "resourceName": "vFW 0521bf49-af5f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27cc2aa5-754b-4e7b-b704-f27c3cd50f90",
      "resourceInvariantUUID": "068b162a-685c-41d2-9845-49f54cb36d9c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0521bf49af5f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
          "artifactChecksum": "M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e93aa444-b8c6-4bb1-9c5e-fead8471c599",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "99277a65-fd59-49fa-be63-14a3b60be81f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f1434c97-39c9-41b7-afac-3128bb595336",
            "generatedFromUUID": "99277a65-fd59-49fa-be63-14a3b60be81f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f1434c97-39c9-41b7-afac-3128bb595336",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220306060537-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
      "artifactChecksum": "ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eed9bb5-9585-49a0-95fe-c3bc9307986d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:08:20.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:08:20.644Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12eae111-4006-4172-ba7f-124a194b3ab7 ASDC
2022-03-06T06:08:20.645Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9e8e0e33-212b-4a62-bfc3-caad6bbdc164
ServiceName:vFW 2022-03-06 06-05-37
ServiceVersion:1.0
ServiceUUID:12eae111-4006-4172-ba7f-124a194b3ab7
ServiceInvariantUUID:006cdffe-56f7-497f-a5f4-c10e81e79123
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306060537-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
ArtifactUUID:7eed9bb5-9585-49a0-95fe-c3bc9307986d
ArtifactChecksum:ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0521bf49-af5f 0
ResourceCustomizationUUID:deb42a32-50a4-46fa-ad00-570457ba10f6
ResourceInvariantUUID:068b162a-685c-41d2-9845-49f54cb36d9c
ResourceName:vFW 0521bf49-af5f
ResourceType:VF
ResourceUUID:27cc2aa5-754b-4e7b-b704-f27c3cd50f90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0521bf49af5f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
ArtifactUUID:e93aa444-b8c6-4bb1-9c5e-fead8471c599
ArtifactChecksum:M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY=
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
ArtifactUUID:99277a65-fd59-49fa-be63-14a3b60be81f
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
ArtifactUUID:f1434c97-39c9-41b7-afac-3128bb595336
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
ArtifactUUID:f1434c97-39c9-41b7-afac-3128bb595336
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-06T06:08:20.646Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12eae111-4006-4172-ba7f-124a194b3ab7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:08:20.711Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7eed9bb5-9585-49a0-95fe-c3bc9307986d from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:20.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:21.123Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:21.133Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar 7eed9bb5-9585-49a0-95fe-c3bc9307986d 98956
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar ASDC sendASDCNotification
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:21.135Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:21.139Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:21.140Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546901134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:08:21.240Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:21.242Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:21.242Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:21.258Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:21.262Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:22.141Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:08:22.142Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:22.142Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7eed9bb5-9585-49a0-95fe-c3bc9307986d, URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar to file: /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.143Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.153Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.154Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.768Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14998751794701695719/Definitions/service-Vfw20220306060537-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-06T06:08:27.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:08:27.498Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0521bf49-af5f 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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8cbb89c-111b-45f6-9f32-2f45337df22d
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=507fecd5-aab0-4d39-b969-218055a6f932
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-06 06-05-37
Description:catalog service description
Model UUID:12eae111-4006-4172-ba7f-124a194b3ab7
Model Version:NULL
Model InvariantUuid:006cdffe-56f7-497f-a5f4-c10e81e79123
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0521bf49-af5f
Model UUID:8e9af4d1-82f4-408b-a2b1-ab1609181c4f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:068b162a-685c-41d2-9845-49f54cb36d9c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:deb42a32-50a4-46fa-ad00-570457ba10f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2a923117-dab9-4352-8311-a223a95cd278
ModelName:Vfw0521bf49Af5f..base_vfw..module-0
ModelUuid:f13edefa-8e75-48dc-9c9f-2c1437a4b369
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8cbb89c-111b-45f6-9f32-2f45337df22d
ModelInvariantUuid:b3e61ffe-acdf-4909-b866-a33546952cac
ModelName:vFW 0521bf49-af5f-nodes.vfwCvfc
ModelUuid:04c12121-f876-4222-8864-c9c1732b4ab8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4f93024a-eeb0-4042-a015-684928531721
ModelInvariantUuid:f5407b03-54e9-44a9-9fd9-db55252730bf
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vfw
ModelUuid:a999907c-0b0f-4f64-95fb-9283bb0ad0d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
ModelInvariantUuid:dbde9337-0f1d-4ba3-8eaf-dc7bca9a020c
ModelName:vFW 0521bf49-af5f-nodes.vsnCvfc
ModelUuid:d42b1ee4-3cee-4591-b1bc-76cb82013fc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4579937d-af72-4a7a-8835-8356a9e7bd9c
ModelInvariantUuid:a5d21bb1-10c1-47c1-b901-dc7fadafceb5
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vsn
ModelUuid:1c9abf27-a68a-4f80-b549-82c3a2813dc2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:507fecd5-aab0-4d39-b969-218055a6f932
ModelInvariantUuid:1e3e7f34-ffd7-4533-b3fd-6eaba604cf3e
ModelName:vFW 0521bf49-af5f-nodes.vpgCvfc
ModelUuid:b908da51-6f7a-4d42-b85d-d27d4639f554
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6e0c2f18-dd63-4d21-b3e7-7790260945f1
ModelInvariantUuid:c7bbc068-bbbb-467f-ae6f-33e17b5b08f6
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vpg
ModelUuid:34a65b1d-0c47-4363-9ad7-0edea5b2c724
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:08:27.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 27cc2aa5-754b-4e7b-b704-f27c3cd50f90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:27.559Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||vFW 0521bf49-af5f 0
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27cc2aa5-754b-4e7b-b704-f27c3cd50f90
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e93aa444-b8c6-4bb1-9c5e-fead8471c599 from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:27.563Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.789Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:27.791Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json e93aa444-b8c6-4bb1-9c5e-fead8471c599 785
2022-03-06T06:08:27.793Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json ASDC sendASDCNotification
2022-03-06T06:08:27.793Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.794Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:27.795Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:27.798Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:27.799Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546907793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:08:27.899Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:27.900Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:27.900Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:27.912Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:27.913Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:28.800Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0521bf49Af5f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a923117-dab9-4352-8311-a223a95cd278",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f13edefa-8e75-48dc-9c9f-2c1437a4b369",
    "vfModuleModelCustomizationUUID": "37ea46dd-a10a-4c7f-a4e5-32432c549030",
    "isBase": true,
    "artifacts": [
      "99277a65-fd59-49fa-be63-14a3b60be81f",
      "f1434c97-39c9-41b7-afac-3128bb595336"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:08:28.811Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0521bf49Af5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13edefa-8e75-48dc-9c9f-2c1437a4b369
VfModuleModelInvariantUUID:2a923117-dab9-4352-8311-a223a95cd278
VfModuleModelDescription:NULL
Artifacts UUID List:{
99277a65-fd59-49fa-be63-14a3b60be81f
,
f1434c97-39c9-41b7-afac-3128bb595336

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

isBase:true


}

2022-03-06T06:08:28.815Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0521bf49Af5f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a923117-dab9-4352-8311-a223a95cd278",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f13edefa-8e75-48dc-9c9f-2c1437a4b369",
    "vfModuleModelCustomizationUUID": "37ea46dd-a10a-4c7f-a4e5-32432c549030",
    "isBase": true,
    "artifacts": [
      "99277a65-fd59-49fa-be63-14a3b60be81f",
      "f1434c97-39c9-41b7-afac-3128bb595336"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:08:28.816Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0521bf49Af5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13edefa-8e75-48dc-9c9f-2c1437a4b369
VfModuleModelInvariantUUID:2a923117-dab9-4352-8311-a223a95cd278
VfModuleModelDescription:NULL
Artifacts UUID List:{
99277a65-fd59-49fa-be63-14a3b60be81f
,
f1434c97-39c9-41b7-afac-3128bb595336

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

isBase:true


}

2022-03-06T06:08:28.817Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99277a65-fd59-49fa-be63-14a3b60be81f from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:28.817Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:28.818Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:29.085Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:29.086Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml 99277a65-fd59-49fa-be63-14a3b60be81f 20368
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:29.088Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:29.090Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:29.090Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546909087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:08:29.191Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:29.191Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:29.192Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:29.203Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:29.203Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:30.092Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f1434c97-39c9-41b7-afac-3128bb595336 from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.093Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:30.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.358Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:30.359Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env f1434c97-39c9-41b7-afac-3128bb595336 2098
2022-03-06T06:08:30.360Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:08:30.361Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.362Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:30.362Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:30.367Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:30.373Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546910360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:08:30.467Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-06T06:08:30.468Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:30.469Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:30.484Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:30.485Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:31.389Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12eae111-4006-4172-ba7f-124a194b3ab7
2022-03-06T06:08:31.390Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0521bf49-af5f 0 27cc2aa5-754b-4e7b-b704-f27c3cd50f90 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:31.434Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46d6afda, org.onap.sdc.toscaparser.api.parameters.Input@71f20434, org.onap.sdc.toscaparser.api.parameters.Input@7e4d902e, org.onap.sdc.toscaparser.api.parameters.Input@27232dc1, org.onap.sdc.toscaparser.api.parameters.Input@54f8ee80]
2022-03-06T06:08:31.437Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.438Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.438Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= deb42a32-50a4-46fa-ad00-570457ba10f6
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: deb42a32-50a4-46fa-ad00-570457ba10f6 matches Tosca VF Customization UUID: deb42a32-50a4-46fa-ad00-570457ba10f6
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: deb42a32-50a4-46fa-ad00-570457ba10f6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-06T06:08:31.458Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.459Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id deb42a32-50a4-46fa-ad00-570457ba10f6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1967c5fe
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37ea46dd-a10a-4c7f-a4e5-32432c549030
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37ea46dd-a10a-4c7f-a4e5-32432c549030
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-06T06:08:31.468Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:31.472Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8cbb89c-111b-45f6-9f32-2f45337df22d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.488Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.492Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:08:31.496Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.498Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:31.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=507fecd5-aab0-4d39-b969-218055a6f932
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=deb42a32-50a4-46fa-ad00-570457ba10f6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:31.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12eae111-4006-4172-ba7f-124a194b3ab7: vFW 0521bf49-af5f
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.528Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.530Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:08:31.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-06 06-05-37 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:08:32.036Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0521bf49-af5f 27cc2aa5-754b-4e7b-b704-f27c3cd50f90 1 ASDC deployResourceStructure
2022-03-06T06:08:32.037Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json ASDC sendASDCNotification
2022-03-06T06:08:32.038Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:32.038Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:32.039Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:32.042Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:32.042Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546912037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:08:32.144Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:08:32.145Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:32.145Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:32.160Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:32.176Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:33.043Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:08:33.044Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:33.044Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:33.045Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:33.048Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:33.048Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546913043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:08:33.147Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:08:33.149Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:33.149Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:33.167Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:33.169Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:34.050Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:34.053Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:34.053Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546914049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:08:34.153Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:34.154Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:34.155Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:34.185Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:34.186Z||pool-41-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:35.058Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar ASDC sendASDCNotification
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:35.068Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:35.069Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:08:35.169Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:35.171Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:35.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:35.186Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:08:35.188Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:36.069Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:08:36.083Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:08:36.093Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:08:36.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:08:36.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:09:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:09:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:09:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:04.122Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:09:04.130Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.130Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.139Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.139Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.140Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.140Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.144Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.148Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546885270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546883479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546887127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646546890005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546891853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546893410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546900948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546900968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546900663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546901134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546901399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546901973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "cds",
  "timestamp": 1646546901670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.194Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.195Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546902762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "policy-id",
  "timestamp": 1646546902975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.268Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.269Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546904061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546905093,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:09:04.348Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646546906097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546907793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.352Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546908203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546909087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646546909216,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.368Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.369Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546903023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546910360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546912037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546913043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546907247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546914049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546915276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546918572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546920582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "clamp",
  "timestamp": 1646546921586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.441Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.442Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546928403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.455Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.455Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "aai-ml",
  "timestamp": 1646546929409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.462Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.463Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:06.095Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:09:06.115Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:09:06.127Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:06.157Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:09:36.157Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:09:36.181Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and serviceModelVersionId: 12eae111-4006-4172-ba7f-124a194b3ab7
2022-03-06T06:09:36.181Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 006cdffe-56f7-497f-a5f4-c10e81e79123
2022-03-06T06:09:36.183Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0
2022-03-06T06:09:36.191Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:09:36.386Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|INFO|500||Invoke
2022-03-06T06:09:36.388Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bca71e10-b4b5-4bd5-85e8-090d3942187c], X-ECOMP-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], X-TransactionId=[], X-ONAP-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], Content-Type=[application/merge-patch+json]}
2022-03-06T06:09:36.458Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-06T06:09:36.687Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?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/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220306-06:09:36:446-69616], vertex-id=[180392], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:09:36 GMT], Content-Type=[application/json]}
2022-03-06T06:09:36.687Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:09:36.689Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|INFO|500||InvokeReturn
2022-03-06T06:09:36.690Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:09:36.690Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:09:36.702Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:09:36.703Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:09:36.703Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:09:36.705Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:09:36.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:09:36.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546976703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:09:36.809Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-06T06:09:36.810Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:09:36.811Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:36.837Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:09:36.838Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:09:37.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:09:37.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:09:37.741Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:47.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:10:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:10:03.480Z||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-03-06T06:10:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:10:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:10:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:10:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:10:04.110Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:10:04.111Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:10:04.111Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646546976703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:10:04.112Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:10:13.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:11:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:11:03.480Z||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-03-06T06:11:03.480Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:11:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:11:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:11:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:11:13.038Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:11:13.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:12:03.481Z||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-03-06T06:12:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:12:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:12:03.487Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:04.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:04.131Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:04.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e05e2cc-6824-484f-a680-6a3cc2312580","serviceName":"vFW 2022-03-06 06-08-38","serviceVersion":"1.0","serviceUUID":"3592e025-bc56-4a64-a1eb-a64dc1b0f76e","serviceDescription":"catalog service description","serviceInvariantUUID":"7978bc92-9fb6-49ff-a737-a4614088a3d0","resources":[{"resourceInstanceName":"vFW df54c324-33bd 0","resourceName":"vFW df54c324-33bd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ae192de-ba06-41f6-b329-4b0904860302","resourceInvariantUUID":"ebd835b8-8e9c-469d-b777-ccfab96d6aab","resourceCustomizationUUID":"484bbe8e-6250-499f-bd69-aad6fc970967","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml","artifactChecksum":"MWFlZThmNTc1NGJlOWNhYmZlZDllYWYyNDg0MWNlMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27c1e0ec-d786-4b82-82ba-1b197308971c","artifactVersion":"1"},{"artifactName":"vfwdf54c32433bd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json","artifactChecksum":"ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b590d70f-2069-4d66-a7d0-a1fe307e4659","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01099080-082d-43ec-a006-6485c22e9a22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml","artifactChecksum":"NTJjMmUzOTRhNjliZjdjMWE2YTA2ODM1MTBjOWRjZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40814d7d-11ad-47ec-988a-ad7858ebda9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d8773a7-9d34-4e1f-b2f5-1beb9421d089","artifactVersion":"2","generatedFromUUID":"01099080-082d-43ec-a006-6485c22e9a22"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306060838-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml","artifactChecksum":"OGI0YjJmYTI5Y2MzNzIzZjgwODM1MDliMWZmZmUxZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"086c2ffa-8631-47ea-872a-82454abe2135","artifactVersion":"1"},{"artifactName":"service-Vfw20220306060838-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar","artifactChecksum":"MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4773b1d6-6911-4a8f-a5df-61b1bc494d89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:12:04.136Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:04.137Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:04.143Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:04.146Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.164Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.176Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547087246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547090005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547093410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547091853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547101782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547101900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547101910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547095270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547102786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:04.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.188Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.188Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547103108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547103176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "policy-id",
  "timestamp": 1646547103789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.245Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:04.247Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:04.247Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547097128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547104402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "cds",
  "timestamp": 1646547104183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.261Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.261Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 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=?
2022-03-06T06:12:04.266Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:04.267Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.297Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.297Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547105355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547105433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.312Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.313Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:12:04.336Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.336Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547106438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547112215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.339Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.339Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547113238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.351Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.352Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.380Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.381Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.383Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547114964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "aai-ml",
  "timestamp": 1646547115969,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.410Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547113023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:12:05.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:05.149Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:05.153Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:05.154Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:12:05.254Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:05.255Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:05.256Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:05.272Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:05.273Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:06.156Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:06.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:06.160Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:06.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:12:06.262Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T06:12:06.264Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:06.265Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:06.282Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:06.283Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:07.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:07.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:07.177Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:07.181Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:07.271Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-06T06:12:07.273Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:07.273Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:07.287Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:07.288Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:08.183Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:08.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:08.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:08.189Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:12:08.288Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:08.290Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:08.290Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:08.328Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:08.329Z||pool-48-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:09.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:09.191Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:09.194Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:09.195Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:12:09.295Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:09.297Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:09.297Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:09.312Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:09.313Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:10.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:10.197Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:10.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:10.203Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:12:10.302Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:10.304Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:10.304Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:10.321Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:10.322Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "serviceName": "vFW 2022-03-06 06-08-38",
  "serviceVersion": "1.0",
  "serviceUUID": "3592e025-bc56-4a64-a1eb-a64dc1b0f76e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7978bc92-9fb6-49ff-a737-a4614088a3d0",
  "resources": [
    {
      "resourceInstanceName": "vFW df54c324-33bd 0",
      "resourceCustomizationUUID": "484bbe8e-6250-499f-bd69-aad6fc970967",
      "resourceName": "vFW df54c324-33bd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ae192de-ba06-41f6-b329-4b0904860302",
      "resourceInvariantUUID": "ebd835b8-8e9c-469d-b777-ccfab96d6aab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdf54c32433bd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
          "artifactChecksum": "ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b590d70f-2069-4d66-a7d0-a1fe307e4659",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01099080-082d-43ec-a006-6485c22e9a22",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d8773a7-9d34-4e1f-b2f5-1beb9421d089",
            "generatedFromUUID": "01099080-082d-43ec-a006-6485c22e9a22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d8773a7-9d34-4e1f-b2f5-1beb9421d089",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220306060838-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
      "artifactChecksum": "MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4773b1d6-6911-4a8f-a5df-61b1bc494d89"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3592e025-bc56-4a64-a1eb-a64dc1b0f76e ASDC
2022-03-06T06:12:11.215Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5e05e2cc-6824-484f-a680-6a3cc2312580
ServiceName:vFW 2022-03-06 06-08-38
ServiceVersion:1.0
ServiceUUID:3592e025-bc56-4a64-a1eb-a64dc1b0f76e
ServiceInvariantUUID:7978bc92-9fb6-49ff-a737-a4614088a3d0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306060838-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
ArtifactUUID:4773b1d6-6911-4a8f-a5df-61b1bc494d89
ArtifactChecksum:MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df54c324-33bd 0
ResourceCustomizationUUID:484bbe8e-6250-499f-bd69-aad6fc970967
ResourceInvariantUUID:ebd835b8-8e9c-469d-b777-ccfab96d6aab
ResourceName:vFW df54c324-33bd
ResourceType:VF
ResourceUUID:7ae192de-ba06-41f6-b329-4b0904860302
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf54c32433bd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
ArtifactUUID:b590d70f-2069-4d66-a7d0-a1fe307e4659
ArtifactChecksum:ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE=
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
ArtifactUUID:01099080-082d-43ec-a006-6485c22e9a22
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
ArtifactUUID:0d8773a7-9d34-4e1f-b2f5-1beb9421d089
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
ArtifactUUID:0d8773a7-9d34-4e1f-b2f5-1beb9421d089
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-06T06:12:11.215Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3592e025-bc56-4a64-a1eb-a64dc1b0f76e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:12:11.300Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4773b1d6-6911-4a8f-a5df-61b1bc494d89 from URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.530Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:12:11.541Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar 4773b1d6-6911-4a8f-a5df-61b1bc494d89 98914
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar ASDC sendASDCNotification
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:11.546Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:11.547Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547131542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:11.646Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:11.648Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:11.648Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:11.669Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:11.670Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:12.548Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:12:12.549Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:12.549Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4773b1d6-6911-4a8f-a5df-61b1bc494d89, URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar to file: /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.550Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.551Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.551Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:13.067Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11028994002171945990/Definitions/service-Vfw20220306060838-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-06T06:12:17.000Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:12:17.001Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df54c324-33bd 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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.007Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.007Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:17.008Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:12:17.008Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:12:17.009Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.009Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.009Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:17.009Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:12:17.010Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:12:17.010Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.010Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.011Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.011Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:17.011Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:17.012Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:12:17.012Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.012Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:12:17.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:17.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:12:17.014Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:12:17.014Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.014Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.014Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:12:17.015Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.015Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:12:17.015Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.015Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T06:12:17.016Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.016Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:12:17.017Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.017Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:17.017Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:17.018Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.018Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:17.018Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:17.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:17.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:17.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:17.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:17.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:12:17.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:17.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:12:17.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:12:17.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:12:17.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.023Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:12:17.023Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.023Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ec9dd47-7cf0-486a-8f16-b93679c5e6e1
2022-03-06T06:12:17.024Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.024Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:17.024Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:17.025Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:12:17.025Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.025Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.025Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.026Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:12:17.026Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:17.026Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:12:17.026Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:12:17.027Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.027Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:12:17.027Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.027Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4894e893-6d5a-4ab3-9dab-a6d560c1e425
2022-03-06T06:12:17.028Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.028Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:17.028Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:17.029Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:12:17.029Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.029Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.029Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.030Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:12:17.030Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:17.030Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:12:17.031Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:12:17.031Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:17.031Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:17.031Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:12:17.032Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0958ba6e-3fc2-49d8-a696-be5de66eae8b
2022-03-06T06:12:17.032Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.033Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.033Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.033Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.034Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.034Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.034Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:17.035Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:17.035Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-06 06-08-38
Description:catalog service description
Model UUID:3592e025-bc56-4a64-a1eb-a64dc1b0f76e
Model Version:NULL
Model InvariantUuid:7978bc92-9fb6-49ff-a737-a4614088a3d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW df54c324-33bd
Model UUID:1ba20b16-4153-42d1-a33f-89217d209463
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ebd835b8-8e9c-469d-b777-ccfab96d6aab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:484bbe8e-6250-499f-bd69-aad6fc970967
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0616f0ea-dcc1-4b6d-b058-68c5c779df48
ModelName:VfwDf54c32433bd..base_vfw..module-0
ModelUuid:667c9f94-5039-43ea-a6de-fb58ee05dd81
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ec9dd47-7cf0-486a-8f16-b93679c5e6e1
ModelInvariantUuid:c8d586b1-10a1-4635-ba82-4e5d9a2c3dfb
ModelName:vFW df54c324-33bd-nodes.vfwCvfc
ModelUuid:38f91e95-9d27-4d44-b397-6228044d6f7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c8ac5223-84bb-405a-83e6-844297796280
ModelInvariantUuid:c76d3b34-fa62-4eec-8d08-ad8f080a6eba
ModelName:VfwDf54c32433bd.compute.nodes.heat.vfw
ModelUuid:2eb74971-2b32-4cd9-b5aa-08f6489149cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4894e893-6d5a-4ab3-9dab-a6d560c1e425
ModelInvariantUuid:92ecf4ef-1bde-4705-bdf4-6f3d046ea760
ModelName:vFW df54c324-33bd-nodes.vsnCvfc
ModelUuid:aceb2c56-2550-494e-9154-1b66cf95ec7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9b87c491-5cbb-4cb3-8f04-a310f0f04e6c
ModelInvariantUuid:5b61745b-10d0-40ba-b620-47ee6f420d1f
ModelName:VfwDf54c32433bd.compute.nodes.heat.vsn
ModelUuid:64b59c56-f1c1-4527-a2dd-574a7ed2df55
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0958ba6e-3fc2-49d8-a696-be5de66eae8b
ModelInvariantUuid:8853460a-f503-41e6-b60f-b79bab25679e
ModelName:vFW df54c324-33bd-nodes.vpgCvfc
ModelUuid:87fa5429-de05-4263-8c66-26273456a897
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2b38b2ec-324a-4637-9fce-c3949fddccfa
ModelInvariantUuid:7a11c8ee-07f5-4562-b8e3-93040b93c1e1
ModelName:VfwDf54c32433bd.compute.nodes.heat.vpg
ModelUuid:92f9f77c-effc-4bb4-a09d-fb105f8a65d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:12:17.045Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ae192de-ba06-41f6-b329-4b0904860302
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:12:17.049Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||vFW df54c324-33bd 0
2022-03-06T06:12:17.050Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ae192de-ba06-41f6-b329-4b0904860302
2022-03-06T06:12:17.050Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b590d70f-2069-4d66-a7d0-a1fe307e4659 from URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
2022-03-06T06:12:17.050Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:12:17.050Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
2022-03-06T06:12:17.230Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:12:17.231Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json b590d70f-2069-4d66-a7d0-a1fe307e4659 785
2022-03-06T06:12:17.231Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json ASDC sendASDCNotification
2022-03-06T06:12:17.231Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
2022-03-06T06:12:17.231Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:12:17.232Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:17.234Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:17.235Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547137231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:17.335Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:17.336Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:17.336Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:17.351Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:17.352Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:12:18.235Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf54c32433bd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0616f0ea-dcc1-4b6d-b058-68c5c779df48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "667c9f94-5039-43ea-a6de-fb58ee05dd81",
    "vfModuleModelCustomizationUUID": "2dbae367-303d-49ad-8d43-2a49b4d84933",
    "isBase": true,
    "artifacts": [
      "01099080-082d-43ec-a006-6485c22e9a22",
      "0d8773a7-9d34-4e1f-b2f5-1beb9421d089"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:12:18.242Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf54c32433bd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:667c9f94-5039-43ea-a6de-fb58ee05dd81
VfModuleModelInvariantUUID:0616f0ea-dcc1-4b6d-b058-68c5c779df48
VfModuleModelDescription:NULL
Artifacts UUID List:{
01099080-082d-43ec-a006-6485c22e9a22
,
0d8773a7-9d34-4e1f-b2f5-1beb9421d089

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

isBase:true


}

2022-03-06T06:12:18.246Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf54c32433bd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0616f0ea-dcc1-4b6d-b058-68c5c779df48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "667c9f94-5039-43ea-a6de-fb58ee05dd81",
    "vfModuleModelCustomizationUUID": "2dbae367-303d-49ad-8d43-2a49b4d84933",
    "isBase": true,
    "artifacts": [
      "01099080-082d-43ec-a006-6485c22e9a22",
      "0d8773a7-9d34-4e1f-b2f5-1beb9421d089"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-06T06:12:18.247Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf54c32433bd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:667c9f94-5039-43ea-a6de-fb58ee05dd81
VfModuleModelInvariantUUID:0616f0ea-dcc1-4b6d-b058-68c5c779df48
VfModuleModelDescription:NULL
Artifacts UUID List:{
01099080-082d-43ec-a006-6485c22e9a22
,
0d8773a7-9d34-4e1f-b2f5-1beb9421d089

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

isBase:true


}

2022-03-06T06:12:18.247Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01099080-082d-43ec-a006-6485c22e9a22 from URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
2022-03-06T06:12:18.247Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:12:18.248Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
2022-03-06T06:12:18.438Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:12:18.440Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml 01099080-082d-43ec-a006-6485c22e9a22 20368
2022-03-06T06:12:18.441Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:12:18.441Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
2022-03-06T06:12:18.441Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:12:18.442Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:18.446Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:18.446Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547138440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:18.546Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:18.547Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:18.547Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:18.564Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:18.565Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:19.447Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d8773a7-9d34-4e1f-b2f5-1beb9421d089 from URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
2022-03-06T06:12:19.448Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:12:19.449Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
2022-03-06T06:12:19.818Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:12:19.819Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env 0d8773a7-9d34-4e1f-b2f5-1beb9421d089 2098
2022-03-06T06:12:19.820Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:12:19.820Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
2022-03-06T06:12:19.820Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:12:19.821Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:19.826Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:19.826Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547139820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:12:19.926Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:19.927Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:19.927Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:19.941Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:19.942Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:20.827Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3592e025-bc56-4a64-a1eb-a64dc1b0f76e
2022-03-06T06:12:20.829Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df54c324-33bd 0 7ae192de-ba06-41f6-b329-4b0904860302 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:12:20.877Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55e16ad4, org.onap.sdc.toscaparser.api.parameters.Input@6c80baff, org.onap.sdc.toscaparser.api.parameters.Input@c608b43, org.onap.sdc.toscaparser.api.parameters.Input@10bee525, org.onap.sdc.toscaparser.api.parameters.Input@4ed78a2c]
2022-03-06T06:12:20.880Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.880Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:20.881Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-06T06:12:20.881Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 484bbe8e-6250-499f-bd69-aad6fc970967
2022-03-06T06:12:20.881Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 484bbe8e-6250-499f-bd69-aad6fc970967 matches Tosca VF Customization UUID: 484bbe8e-6250-499f-bd69-aad6fc970967
2022-03-06T06:12:20.882Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 484bbe8e-6250-499f-bd69-aad6fc970967  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-06T06:12:20.890Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.891Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:20.893Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 484bbe8e-6250-499f-bd69-aad6fc970967: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-06T06:12:20.894Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48ab7465
2022-03-06T06:12:20.894Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.895Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:12:20.895Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2dbae367-303d-49ad-8d43-2a49b4d84933
2022-03-06T06:12:20.895Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2dbae367-303d-49ad-8d43-2a49b4d84933
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-06T06:12:20.901Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.912Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:20.914Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:20.915Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.915Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:20.916Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:20.916Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.917Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:20.918Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:20.918Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:12:20.918Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:20.919Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:12:20.919Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:12:20.924Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.926Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.929Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:12:20.930Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.930Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:12:20.931Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.931Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ec9dd47-7cf0-486a-8f16-b93679c5e6e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:12:20.937Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.937Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:20.938Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:20.938Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.939Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:20.939Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:20.939Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:12:20.940Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.942Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.945Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.946Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:12:20.946Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:20.947Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:12:20.947Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:12:20.947Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.947Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:12:20.949Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.949Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4894e893-6d5a-4ab3-9dab-a6d560c1e425
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:12:20.964Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.965Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:20.965Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:20.966Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:20.966Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is not matching search criteria
2022-03-06T06:12:20.967Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:12:20.967Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:12:20.969Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.971Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.972Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.973Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:12:20.973Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:12:20.974Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:12:20.974Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:12:20.975Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:12:20.975Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:12:20.975Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:12:20.976Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0958ba6e-3fc2-49d8-a696-be5de66eae8b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:12:20.999Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.001Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:21.011Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:12:21.012Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Node template vFW df54c324-33bd 0 is matching search criteria
2022-03-06T06:12:21.013Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW df54c324-33bd 0] matching following query criteria: sdcType=VF, customizationUUID=484bbe8e-6250-499f-bd69-aad6fc970967
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:12:21.017Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.018Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3592e025-bc56-4a64-a1eb-a64dc1b0f76e: vFW df54c324-33bd
2022-03-06T06:12:21.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.019Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.020Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.021Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:12:21.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-06 06-08-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:12:21.022Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-06 06-08-38 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:21.562Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df54c324-33bd 7ae192de-ba06-41f6-b329-4b0904860302 1 ASDC deployResourceStructure
2022-03-06T06:12:21.563Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json ASDC sendASDCNotification
2022-03-06T06:12:21.563Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
2022-03-06T06:12:21.563Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:12:21.564Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:21.568Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:21.569Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547141563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:21.669Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:21.672Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:21.673Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:21.692Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:21.693Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:22.570Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:12:22.570Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
2022-03-06T06:12:22.571Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:12:22.571Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:22.576Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:22.576Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547142570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:22.685Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-06T06:12:22.686Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:22.686Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:22.698Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:22.699Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:23.577Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:12:23.578Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
2022-03-06T06:12:23.578Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:12:23.578Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:23.583Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:23.583Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547143577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:23.689Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:12:23.690Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:23.690Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:23.702Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:23.703Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:24.585Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar ASDC sendASDCNotification
2022-03-06T06:12:24.586Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:24.586Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:12:24.586Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:24.591Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:24.591Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547144585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:12:24.691Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:24.693Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:24.693Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:24.708Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:24.709Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:25.598Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e05e2cc-6824-484f-a680-6a3cc2312580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:12:25.618Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e05e2cc-6824-484f-a680-6a3cc2312580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:12:25.628Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:12:25.629Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:12:25.629Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:12:25.629Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:12:25.630Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:12:25.643Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:12:55.644Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e05e2cc-6824-484f-a680-6a3cc2312580 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:12:55.660Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e05e2cc-6824-484f-a680-6a3cc2312580 and serviceModelVersionId: 3592e025-bc56-4a64-a1eb-a64dc1b0f76e
2022-03-06T06:12:55.662Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7978bc92-9fb6-49ff-a737-a4614088a3d0
2022-03-06T06:12:55.665Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0
2022-03-06T06:12:55.674Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:12:55.783Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-06T06:12:55.785Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0|INFO|500||Invoke
2022-03-06T06:12:55.853Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-06T06:12:56.393Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0|INFO|500||InvokeReturn
2022-03-06T06:12:56.395Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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/7978bc92-9fb6-49ff-a737-a4614088a3d0/model-vers/model-ver/3592e025-bc56-4a64-a1eb-a64dc1b0f76e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220306-06:12:55:836-82428], vertex-id=[590008], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:12:55 GMT], Content-Type=[application/json]}
2022-03-06T06:12:56.395Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:12:56.397Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:12:56.397Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:12:56.403Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:12:56.404Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e05e2cc-6824-484f-a680-6a3cc2312580 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:12:56.404Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:12:56.404Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:56.407Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:56.407Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547176404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:12:56.507Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:56.508Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:56.509Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:56.536Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:12:56.537Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:13:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:13:03.480Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:13:03.480Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:13:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:13:03.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:13:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:13:03.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:13:03.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:13:03.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:13:03.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:13:13.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:14:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:14:03.484Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:14:03.484Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:14:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:14:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:14:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:14:04.017Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:14:04.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-06T06:14:04.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:14:04.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:14:04.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:14:04.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547131542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:14:04.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547131592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547133602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:14:04.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "clamp",
  "timestamp": 1646547134605,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:14:04.039Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:14:04.039Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:14:04.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547137231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:14:04.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547138440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:14:04.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547139820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547141563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547142570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547143577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547144585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:14:04.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:04.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-06T06:14:04.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547176404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:14:04.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:14:13.034Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:15:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:15:03.481Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:15:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:15:03.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:15:03.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:15:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:15:13.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:15:13.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:16:03.479Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:16:03.481Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:16:03.481Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:16:03.493Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:16:03.497Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:16:03.497Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:16:13.059Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:16:13.064Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:17:03.479Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:17:03.481Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:17:03.481Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:17:03.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:17:03.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:17:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:17:13.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:17:13.045Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:18:03.479Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:18:03.480Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:18:03.483Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:18:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:18:03.487Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:18:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:18:13.035Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:18:13.035Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:03.479Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:19:03.481Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:19:03.481Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:03.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:19:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:19:03.486Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:04.119Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:04.121Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.121Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e95640f-c781-4620-b1bd-8f18d0ed7358","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2ff7edce-857a-4e89-96f2-ec251e6c6828","serviceDescription":"service","serviceInvariantUUID":"598d0216-16b4-491a-ae08-631cd3200bc0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b965e72d-b3dc-4ccc-9733-1255605777d7","resourceInvariantUUID":"95d1ee74-00aa-41d8-bf11-3422bf13b33a","resourceCustomizationUUID":"954b80d2-a17d-454e-a66f-0bdde14e2dfb","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":"ZGUwMTViMWU2NTYzMTdjOWQ0ODM0MTJiN2VhMjViN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a728e0c-1955-4331-a01b-33d04ce57e49","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTEyMzMxNGIwMTMxNzJlZjJiNzljMWMzMjEyM2JiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7461191-4175-42e2-b220-d4b02c9e99df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:19:04.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:04.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547513410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547517127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "policy-id",
  "timestamp": 1646547511853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "cds",
  "timestamp": 1646547515270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547517127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547513410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.135Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:19:04.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "policy-id",
  "timestamp": 1646547511853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.136Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:19:04.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "cds",
  "timestamp": 1646547515270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "cds",
  "timestamp": 1646547523264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "policy-id",
  "timestamp": 1646547523648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547523645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "cds",
  "timestamp": 1646547524273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-06T06:19:04.143Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:19:04.144Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547543479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:19:04.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e95640f-c781-4620-b1bd-8f18d0ed7358
2022-03-06T06:19:04.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95640f-c781-4620-b1bd-8f18d0ed7358 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:19:04.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "policy-id",
  "timestamp": 1646547524652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:19:04.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "policy-id",
  "timestamp": 1646547525655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:19:04.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e95640f-c781-4620-b1bd-8f18d0ed7358
2022-03-06T06:19:04.213Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95640f-c781-4620-b1bd-8f18d0ed7358 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:19:04.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547526087,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:19:04.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547527096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:19:04.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e95640f-c781-4620-b1bd-8f18d0ed7358
2022-03-06T06:19:04.248Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:19:04.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95640f-c781-4620-b1bd-8f18d0ed7358 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:19:04.256Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:19:04.258Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:04.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547530005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547530005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "clamp",
  "timestamp": 1646547533023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "clamp",
  "timestamp": 1646547533023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "aai-ml",
  "timestamp": 1646547537246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "aai-ml",
  "timestamp": 1646547537246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "clamp",
  "timestamp": 1646547539641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "aai-ml",
  "timestamp": 1646547540475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "clamp",
  "timestamp": 1646547541650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:19:04.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:19:04.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:19:04.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "clamp",
  "timestamp": 1646547542654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:19:04.274Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:04.276Z||pool-60-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:19:04.283Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e95640f-c781-4620-b1bd-8f18d0ed7358
2022-03-06T06:19:04.285Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95640f-c781-4620-b1bd-8f18d0ed7358 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:19:05.148Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:19:05.149Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:19:05.159Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:19:05.159Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547543479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:19:05.260Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T06:19:05.262Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:19:05.262Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:05.278Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:05.279Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:19:06.161Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2ff7edce-857a-4e89-96f2-ec251e6c6828",
  "serviceDescription": "service",
  "serviceInvariantUUID": "598d0216-16b4-491a-ae08-631cd3200bc0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "954b80d2-a17d-454e-a66f-0bdde14e2dfb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b965e72d-b3dc-4ccc-9733-1255605777d7",
      "resourceInvariantUUID": "95d1ee74-00aa-41d8-bf11-3422bf13b33a",
      "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": "NTEyMzMxNGIwMTMxNzJlZjJiNzljMWMzMjEyM2JiMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7461191-4175-42e2-b220-d4b02c9e99df"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:19:06.161Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:19:06.161Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ff7edce-857a-4e89-96f2-ec251e6c6828 ASDC
2022-03-06T06:19:06.162Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3e95640f-c781-4620-b1bd-8f18d0ed7358
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2ff7edce-857a-4e89-96f2-ec251e6c6828
ServiceInvariantUUID:598d0216-16b4-491a-ae08-631cd3200bc0
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:f7461191-4175-42e2-b220-d4b02c9e99df
ArtifactChecksum:NTEyMzMxNGIwMTMxNzJlZjJiNzljMWMzMjEyM2JiMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:954b80d2-a17d-454e-a66f-0bdde14e2dfb
ResourceInvariantUUID:95d1ee74-00aa-41d8-bf11-3422bf13b33a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b965e72d-b3dc-4ccc-9733-1255605777d7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-06T06:19:06.162Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ff7edce-857a-4e89-96f2-ec251e6c6828 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:19:06.266Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:19:06.268Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:19:06.275Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:19:06.275Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f7461191-4175-42e2-b220-d4b02c9e99df from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-06T06:19:06.275Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:19:06.276Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-06T06:19:06.501Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:19:06.507Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f7461191-4175-42e2-b220-d4b02c9e99df 52513
2022-03-06T06:19:06.507Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-06T06:19:06.507Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-06T06:19:06.508Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:19:06.508Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:19:06.523Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:19:06.523Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547546507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:19:06.623Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:19:06.625Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:19:06.625Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:06.637Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:06.637Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:19:07.524Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:19:07.526Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:19:07.527Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f7461191-4175-42e2-b220-d4b02c9e99df, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:07.528Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-06T06:19:07.528Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:07.528Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:07.855Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14684866487163659809/Definitions/service-BasicNetwork-template.yml
2022-03-06T06:19:09.140Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:19:09.141Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:19:09.147Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.147Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-06T06:19:09.147Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.148Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.148Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.148Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.148Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.149Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.149Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.149Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.149Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:19:09.150Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.150Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.151Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-06T06:19:09.151Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:19:09.151Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:19:09.151Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.152Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.152Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-06T06:19:09.153Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:19:09.153Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:19:09.153Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.153Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.154Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.154Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.155Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.155Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.155Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.156Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.156Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.156Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.157Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2ff7edce-857a-4e89-96f2-ec251e6c6828
Model Version:NULL
Model InvariantUuid:598d0216-16b4-491a-ae08-631cd3200bc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:95d1ee74-00aa-41d8-bf11-3422bf13b33a
Model UUID:55901346-35d1-48b4-a562-25c8397b7e82
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:954b80d2-a17d-454e-a66f-0bdde14e2dfb
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:19:09.196Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: b965e72d-b3dc-4ccc-9733-1255605777d7
2022-03-06T06:19:09.196Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||No resources found for Service: 2ff7edce-857a-4e89-96f2-ec251e6c6828
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:19:09.208Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||
2022-03-06T06:19:09.208Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-06T06:19:09.210Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2ff7edce-857a-4e89-96f2-ec251e6c6828
2022-03-06T06:19:09.210Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2ff7edce-857a-4e89-96f2-ec251e6c6828
2022-03-06T06:19:09.212Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-06T06:19:09.213Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:19:09.223Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c0cb98b, org.onap.sdc.toscaparser.api.parameters.Input@689d3a5b, org.onap.sdc.toscaparser.api.parameters.Input@5d693e89, org.onap.sdc.toscaparser.api.parameters.Input@16905771, org.onap.sdc.toscaparser.api.parameters.Input@6fa964c9]
2022-03-06T06:19:09.227Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.227Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.228Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.228Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.228Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2ff7edce-857a-4e89-96f2-ec251e6c6828: Generic NeutronNet
2022-03-06T06:19:09.229Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.229Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.230Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.230Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-06T06:19:09.309Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.315Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.317Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.319Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.321Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:19:09.325Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:19:09.325Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-06T06:19:09.447Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-06T06:19:09.449Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-06T06:19:09.449Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-06T06:19:09.449Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:19:09.451Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:19:09.465Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:19:09.466Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547549449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:19:09.576Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-06T06:19:09.577Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:19:09.578Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:19:09.601Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:19:09.601Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:19:10.467Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:19:10.501Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:19:10.509Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:19:10.510Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:19:10.510Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:19:40.511Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:19:40.543Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:19:40.549Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:19:40.549Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:19:40.550Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:20:03.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:20:03.489Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:20:03.489Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:20:03.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:20:03.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:20:03.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547543479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:20:03.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:20:10.551Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:20:10.595Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:20:10.615Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:20:10.616Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:20:10.619Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:20:40.620Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:20:40.636Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:20:40.643Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:20:40.644Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:20:40.644Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:21:03.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:21:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:21:03.485Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:03.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:03.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:21:03.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547543479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "aai-ml",
  "timestamp": 1646547545940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:21:03.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547546507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:21:03.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:21:03.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:21:03.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "aai-ml",
  "timestamp": 1646547546946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:21:03.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e95640f-c781-4620-b1bd-8f18d0ed7358
2022-03-06T06:21:03.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95640f-c781-4620-b1bd-8f18d0ed7358 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:21:03.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:21:03.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547549449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:21:03.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:21:10.647Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:21:10.662Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:21:10.667Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.668Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.669Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.669Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:21:10.669Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:21:10.679Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:21:40.681Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:21:40.698Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e95640f-c781-4620-b1bd-8f18d0ed7358 and serviceModelVersionId: 2ff7edce-857a-4e89-96f2-ec251e6c6828
2022-03-06T06:21:40.699Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 598d0216-16b4-491a-ae08-631cd3200bc0
2022-03-06T06:21:40.701Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0
2022-03-06T06:21:40.709Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:21:40.913Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0|INFO|500||Invoke
2022-03-06T06:21:40.914Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e95640f-c781-4620-b1bd-8f18d0ed7358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a01880e4-e949-4f36-a792-6506a720d927], X-ECOMP-RequestID=[3e95640f-c781-4620-b1bd-8f18d0ed7358], X-TransactionId=[], X-ONAP-RequestID=[3e95640f-c781-4620-b1bd-8f18d0ed7358], Content-Type=[application/merge-patch+json]}
2022-03-06T06:21:41.008Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-06T06:21:41.284Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?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/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220306-06:21:40:990-91763], vertex-id=[622776], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:21:40 GMT], Content-Type=[application/json]}
2022-03-06T06:21:41.284Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:21:41.285Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/598d0216-16b4-491a-ae08-631cd3200bc0/model-vers/model-ver/2ff7edce-857a-4e89-96f2-ec251e6c6828?depth=0|INFO|500||InvokeReturn
2022-03-06T06:21:41.286Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:21:41.286Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:21:41.311Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:21:41.311Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e95640f-c781-4620-b1bd-8f18d0ed7358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:21:41.312Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:21:41.312Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:41.324Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:41.325Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547701311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:21:41.416Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-06T06:21:41.417Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:41.417Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:41.445Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:41.445Z||pool-64-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:21:42.387Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:21:42.391Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:21:42.392Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:46.786Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:46.787Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-06T06:21:46.788Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b42887e4-e502-450b-abbf-108fba04f483","serviceName":"Demo_pNF_7LBCH28q520PSWCtnrr7","serviceVersion":"1.0","serviceUUID":"71559741-ce6c-44c4-9a9c-90014249c202","serviceDescription":"catalog service description","serviceInvariantUUID":"5cb0df5f-ae96-440d-ae78-4228a10a6155","resources":[{"resourceInstanceName":"pNF 9d606aeb-0de4 0","resourceName":"pNF 9d606aeb-0de4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00f3b059-6f18-41a6-bbcf-c46cb23a4fdd","resourceInvariantUUID":"b6a444b1-92d8-440d-bc52-03627d64be0b","resourceCustomizationUUID":"0b65b08b-7cb7-4ba6-af55-d1b658238dde","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml","artifactChecksum":"YjI2NmU1ODMwZWYxNGYwM2ZjYzA4NzAyM2Y3ZGUyODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32ff466b-fdcd-4887-bf75-e77324588653","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar","artifactChecksum":"OWQ0N2MyNTE1YTExOTM4MTlmNDM1YmIzNGJhZDQ4NzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e4d4717-289f-4ca9-92cf-e7a676123739","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fc8faac-00a5-4fa1-9e61-01f33d605712","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg3NTJlZGFkYzgyYmQ0YTQ3MmU0NmU2ZmVlOGJjMjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97f7fa20-4f85-4212-bc18-0abe016f8be3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e508caca-8045-42a7-a649-2965d84b3de6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59645b9c-2a80-4b20-9fb6-e39c6d3212a9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7lbch28q520pswctnrr7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml","artifactChecksum":"ZDZiMmQzZDZhZmRhNmI0YWE5NjAxNTU4Yjc2NGI1ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"554f47b7-cdff-45a9-98ee-d761e86c0a4d","artifactVersion":"1"},{"artifactName":"service-DemoPnf7lbch28q520pswctnrr7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar","artifactChecksum":"NmI0NmExYmM1YWE2ZjJlZmJkYzFhNmI1MjNkMzk5MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d05c229c-94c7-446d-b0f4-a85e59a6f76f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:21:46.794Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:46.795Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:46.806Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:46.806Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:46.916Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-06T06:21:46.917Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:46.917Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:46.937Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:46.938Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:47.808Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:47.809Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:47.812Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:47.814Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:47.926Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-03-06T06:21:47.929Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:47.930Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:47.964Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:47.965Z||pool-66-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:48.821Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:48.822Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:48.830Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:48.830Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:48.934Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:21:48.935Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:48.935Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:48.974Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:48.975Z||pool-67-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:21:49.831Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:49.832Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:49.836Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:49.836Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:49.939Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:21:49.941Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:49.942Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:49.975Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:49.976Z||pool-68-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:50.838Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:50.839Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:50.841Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:50.841Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:50.952Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-06T06:21:50.953Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:50.953Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:50.969Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:50.970Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:51.842Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:51.843Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:51.846Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:51.846Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:51.946Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:21:51.948Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:51.948Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:51.965Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:51.966Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:52.847Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:52.848Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:52.852Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:52.852Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:21:52.954Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:21:52.955Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:52.955Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:52.978Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:52.979Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:21:53.852Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:21:53.853Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:53.857Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:53.858Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:21:53.958Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:21:53.966Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:53.967Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:53.990Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:53.991Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:54.859Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "serviceName": "Demo_pNF_7LBCH28q520PSWCtnrr7",
  "serviceVersion": "1.0",
  "serviceUUID": "71559741-ce6c-44c4-9a9c-90014249c202",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5cb0df5f-ae96-440d-ae78-4228a10a6155",
  "resources": [
    {
      "resourceInstanceName": "pNF 9d606aeb-0de4 0",
      "resourceCustomizationUUID": "0b65b08b-7cb7-4ba6-af55-d1b658238dde",
      "resourceName": "pNF 9d606aeb-0de4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "00f3b059-6f18-41a6-bbcf-c46cb23a4fdd",
      "resourceInvariantUUID": "b6a444b1-92d8-440d-bc52-03627d64be0b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
      "artifactChecksum": "NmI0NmExYmM1YWE2ZjJlZmJkYzFhNmI1MjNkMzk5MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d05c229c-94c7-446d-b0f4-a85e59a6f76f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:21:54.860Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:21:54.860Z|3e95640f-c781-4620-b1bd-8f18d0ed7358|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71559741-ce6c-44c4-9a9c-90014249c202 ASDC
2022-03-06T06:21:54.860Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b42887e4-e502-450b-abbf-108fba04f483
ServiceName:Demo_pNF_7LBCH28q520PSWCtnrr7
ServiceVersion:1.0
ServiceUUID:71559741-ce6c-44c4-9a9c-90014249c202
ServiceInvariantUUID:5cb0df5f-ae96-440d-ae78-4228a10a6155
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7lbch28q520pswctnrr7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
ArtifactUUID:d05c229c-94c7-446d-b0f4-a85e59a6f76f
ArtifactChecksum:NmI0NmExYmM1YWE2ZjJlZmJkYzFhNmI1MjNkMzk5MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9d606aeb-0de4 0
ResourceCustomizationUUID:0b65b08b-7cb7-4ba6-af55-d1b658238dde
ResourceInvariantUUID:b6a444b1-92d8-440d-bc52-03627d64be0b
ResourceName:pNF 9d606aeb-0de4
ResourceType:PNF
ResourceUUID:00f3b059-6f18-41a6-bbcf-c46cb23a4fdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-06T06:21:54.861Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71559741-ce6c-44c4-9a9c-90014249c202 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:21:54.986Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:21:54.987Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:21:54.987Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:21:54.988Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d05c229c-94c7-446d-b0f4-a85e59a6f76f from URL: /sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:54.988Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:21:54.988Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:55.305Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:21:55.325Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar d05c229c-94c7-446d-b0f4-a85e59a6f76f 82642
2022-03-06T06:21:55.326Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar ASDC sendASDCNotification
2022-03-06T06:21:55.328Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:55.328Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:21:55.329Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:55.333Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:55.334Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547715326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:21:55.441Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-06T06:21:55.443Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:55.444Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:55.470Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:55.471Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:56.335Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:21:56.345Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:21:56.345Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d05c229c-94c7-446d-b0f4-a85e59a6f76f, URL: /sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar to file: /app/ASDC/1/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:56.346Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:56.346Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:56.347Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:56.627Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17462753691064744297/Definitions/service-DemoPnf7lbch28q520pswctnrr7-template.yml
2022-03-06T06:21:58.497Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:21:58.498Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:21:58.499Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.499Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-06T06:21:58.499Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.499Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.499Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.501Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.501Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.502Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9d606aeb-0de4 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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.502Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.502Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:21:58.502Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.502Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.503Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Node template pNF 9d606aeb-0de4 0 is matching search criteria
2022-03-06T06:21:58.503Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:21:58.503Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9d606aeb-0de4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:21:58.504Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.504Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.504Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Node template pNF 9d606aeb-0de4 0 is matching search criteria
2022-03-06T06:21:58.504Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:21:58.504Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9d606aeb-0de4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:21:58.505Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.505Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.505Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.505Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.505Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.506Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.506Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.506Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.506Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.506Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.507Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7LBCH28q520PSWCtnrr7
Description:catalog service description
Model UUID:71559741-ce6c-44c4-9a9c-90014249c202
Model Version:NULL
Model InvariantUuid:5cb0df5f-ae96-440d-ae78-4228a10a6155
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:21:58.567Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00f3b059-6f18-41a6-bbcf-c46cb23a4fdd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:21:58.578Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||pNF 9d606aeb-0de4 0
2022-03-06T06:21:58.578Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00f3b059-6f18-41a6-bbcf-c46cb23a4fdd
2022-03-06T06:21:58.579Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 71559741-ce6c-44c4-9a9c-90014249c202
2022-03-06T06:21:58.579Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 71559741-ce6c-44c4-9a9c-90014249c202
2022-03-06T06:21:58.579Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9d606aeb-0de4 0 00f3b059-6f18-41a6-bbcf-c46cb23a4fdd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:21:58.619Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42c597f5, org.onap.sdc.toscaparser.api.parameters.Input@1535ecef, org.onap.sdc.toscaparser.api.parameters.Input@5d77e505, org.onap.sdc.toscaparser.api.parameters.Input@28b2dfdc, org.onap.sdc.toscaparser.api.parameters.Input@46268f00]
2022-03-06T06:21:58.619Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.619Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.620Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 71559741-ce6c-44c4-9a9c-90014249c202: pNF 9d606aeb-0de4
2022-03-06T06:21:58.620Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Processing PNF resource: 00f3b059-6f18-41a6-bbcf-c46cb23a4fdd
2022-03-06T06:21:58.620Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:21:58.620Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7LBCH28q520PSWCtnrr7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:21:58.621Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||Resource customization UUID: 0b65b08b-7cb7-4ba6-af55-d1b658238dde is the same as notified resource customizationUUID: 0b65b08b-7cb7-4ba6-af55-d1b658238dde
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-06T06:21:58.748Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9d606aeb-0de4 00f3b059-6f18-41a6-bbcf-c46cb23a4fdd 0 ASDC deployResourceStructure
2022-03-06T06:21:58.749Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar ASDC sendASDCNotification
2022-03-06T06:21:58.749Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar
2022-03-06T06:21:58.749Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:21:58.749Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:21:58.752Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:21:58.752Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547718748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:21:58.853Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:21:58.854Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:21:58.854Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:21:58.885Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:21:58.886Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:21:59.760Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42887e4-e502-450b-abbf-108fba04f483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:21:59.803Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42887e4-e502-450b-abbf-108fba04f483
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:21:59.820Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:21:59.820Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:21:59.820Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:22:03.485Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:22:03.486Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:22:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:22:03.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:22:03.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547605270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547607127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547617177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547610005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547617746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "cds",
  "timestamp": 1646547618184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:03.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547618892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547611853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547620092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:22:03.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547620459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547620851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646547621097,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.643Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.643Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:03.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646547613410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646547621465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:03.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547621855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:22:03.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "policy-id",
  "timestamp": 1646547622857,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:03.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547623023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547627246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:22:03.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547636060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547636649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547637671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:22:03.800Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "clamp",
  "timestamp": 1646547638674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.815Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.816Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:03.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547641044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:22:03.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:22:03.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:22:03.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "aai-ml",
  "timestamp": 1646547642049,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:03.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b42887e4-e502-450b-abbf-108fba04f483
2022-03-06T06:22:03.842Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42887e4-e502-450b-abbf-108fba04f483 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:22:29.821Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42887e4-e502-450b-abbf-108fba04f483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:22:29.850Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42887e4-e502-450b-abbf-108fba04f483
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:22:29.856Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:22:29.856Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:22:29.856Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:22:29.856Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:22:29.856Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.857Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:22:29.860Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:22:29.889Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:22:59.890Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b42887e4-e502-450b-abbf-108fba04f483 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:22:59.900Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@105a4fde marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1881) 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:680)
	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-03-06T06:22:59.903Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-06T06:22:59.903Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||ERROR|500||(conn=1881) WSREP has not yet prepared node for application use
2022-03-06T06:22:59.920Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-06T06:22:59.921Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||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:680)
	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=1881) 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-03-06T06:22:59.922Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-06T06:22:59.925Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:22:59.935Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:22:59.937Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b42887e4-e502-450b-abbf-108fba04f483 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-06T06:22:59.945Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-06T06:22:59.946Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:22:59.952Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:22:59.953Z|b42887e4-e502-450b-abbf-108fba04f483|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547779944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-03-06T06:23:00.051Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-06T06:23:00.053Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:23:00.053Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:23:00.078Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:23:00.079Z||pool-75-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:23:00.969Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:23:00.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:23:00.970Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:23:03.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:23:03.486Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:23:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:23:03.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:23:03.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e95640f-c781-4620-b1bd-8f18d0ed7358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547701311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:23:03.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:23:03.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/resourceInstances/pnf9d606aeb0de40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:23:03.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547702387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:23:03.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:23:03.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547715326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:23:03.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:23:03.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-06T06:23:03.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547718748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7lbch28q520pswctnrr7/1.0/artifacts/service-DemoPnf7lbch28q520pswctnrr7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:23:03.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:23:10.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:23:10.549Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:23:10.550Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:23:10.550Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:23:20.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:23:20.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:23:20.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:23:20.127Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:23:29.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:24:03.479Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:24:03.480Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:24:03.480Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:24:03.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:24:03.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:24:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:24:04.011Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:24:04.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:24:04.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42887e4-e502-450b-abbf-108fba04f483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646547779944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-03-06T06:24:04.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:24:13.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:25:03.480Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:25:03.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:25:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:25:03.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:25:03.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:25:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:25:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:25:13.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:26:03.479Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:26:03.481Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:26:03.482Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:26:03.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:26:03.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:26:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:26:13.026Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:26:13.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:27:03.479Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:27:03.480Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:27:03.480Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:27:03.484Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:27:03.485Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:27:03.485Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:27:13.051Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:27:13.051Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:03.479Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:28:03.480Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-03-06T06:28:03.480Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:03.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:28:03.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:28:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:04.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:04.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548055270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548053410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548050005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548057127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548051853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548066281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548066744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:28:04.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548066737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548066752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "cds",
  "timestamp": 1646548067288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-06T06:28:04.122Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:04.123Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.123Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"516d49c3-fe5d-42dc-94b4-74331807f6bb","serviceName":"Demo_pNF_VShBoDU4fx7etVu4vewQ","serviceVersion":"1.0","serviceUUID":"a4259047-7c49-495b-99da-4da72e36a10b","serviceDescription":"catalog service description","serviceInvariantUUID":"d0019757-506f-44e8-afd2-a53043a46ae9","resources":[{"resourceInstanceName":"pNF 8c5726e8-934d 0","resourceName":"pNF 8c5726e8-934d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ad3e205-dccd-429b-8fe7-2dc881fb111b","resourceInvariantUUID":"afe6c601-825e-4d58-a8e4-d5577d1b59b6","resourceCustomizationUUID":"add6ded9-e783-449a-af51-490ce71d1ba6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDliNWI2ZDQxMGZlMjU3ZjgzZjU3MjlkZjFjNDEyOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"511d2bf0-fa75-40a9-be43-725e15f9ef5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar","artifactChecksum":"OWQ0N2MyNTE1YTExOTM4MTlmNDM1YmIzNGJhZDQ4NzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cd6829f-7041-410d-b6dd-0fbfa718cb33","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41ba14df-ac62-4733-bb4a-bbe1e3604a7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTA4NWE4YzY2NzM0ZjMyNjkyOTcyNGFlY2JkMzVjZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea592a0-9dc0-45d2-b039-6cd2e80def4f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9788093a-02cb-4a7c-9411-9c57036dd9c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f706a3e7-e0fc-41ba-ba08-6d6ff01fd932","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVshbodu4fx7etvu4vewq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml","artifactChecksum":"ZTVmZmMzZDQ3ZGI0ODAwZjgwYWU0MWEzMzU1ZDkxYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a494b0d2-8177-4b75-8ee0-d8412ec306c7","artifactVersion":"1"},{"artifactName":"service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar","artifactChecksum":"YTZmZmZjN2Q1OTU3ZDg5YjQ0YWMyYTJiZjc3YTZhNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"537b573d-47c1-4152-84e0-07025c9e3cef","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:28:04.128Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:04.130Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:04.133Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:04.133Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:28:04.145Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:28:04.145Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:28:04.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548067777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:28:04.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548067757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:28:04.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548068781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:28:04.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:28:04.190Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:28:04.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "policy-id",
  "timestamp": 1646548068760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:28:04.237Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:28:04.239Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:04.239Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:04.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:28:04.243Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:28:04.270Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:04.271Z||pool-76-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:04.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548069650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:28:04.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:28:04.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548070657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:28:04.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:28:04.317Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:28:04.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548073024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:04.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:04.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:28:04.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:04.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:28:05.134Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:05.135Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:05.144Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:05.144Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:05.240Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-06T06:28:05.242Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:05.242Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:05.256Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:05.257Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:06.145Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:06.146Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:06.150Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:06.150Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:06.255Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:28:06.256Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:06.256Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:06.276Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:06.276Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:07.151Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:07.152Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:07.155Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:07.155Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:07.255Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:28:07.257Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:07.257Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:07.272Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:07.273Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:28:08.157Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:08.159Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:08.165Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:08.165Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:08.269Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T06:28:08.270Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:08.270Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:08.290Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:08.291Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:09.166Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:09.168Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:09.172Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:09.173Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:09.273Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:28:09.274Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:09.275Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:09.289Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:09.290Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:28:10.174Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:10.174Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:10.178Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:10.178Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:28:10.278Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:28:10.280Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:10.280Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:10.292Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:10.293Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:11.179Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:28:11.180Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:11.185Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:11.185Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:28:11.284Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:28:11.285Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:11.285Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:11.299Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:11.301Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:12.186Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "serviceName": "Demo_pNF_VShBoDU4fx7etVu4vewQ",
  "serviceVersion": "1.0",
  "serviceUUID": "a4259047-7c49-495b-99da-4da72e36a10b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d0019757-506f-44e8-afd2-a53043a46ae9",
  "resources": [
    {
      "resourceInstanceName": "pNF 8c5726e8-934d 0",
      "resourceCustomizationUUID": "add6ded9-e783-449a-af51-490ce71d1ba6",
      "resourceName": "pNF 8c5726e8-934d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2ad3e205-dccd-429b-8fe7-2dc881fb111b",
      "resourceInvariantUUID": "afe6c601-825e-4d58-a8e4-d5577d1b59b6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
      "artifactChecksum": "YTZmZmZjN2Q1OTU3ZDg5YjQ0YWMyYTJiZjc3YTZhNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "537b573d-47c1-4152-84e0-07025c9e3cef"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:28:12.187Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:28:12.188Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4259047-7c49-495b-99da-4da72e36a10b ASDC
2022-03-06T06:28:12.189Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:516d49c3-fe5d-42dc-94b4-74331807f6bb
ServiceName:Demo_pNF_VShBoDU4fx7etVu4vewQ
ServiceVersion:1.0
ServiceUUID:a4259047-7c49-495b-99da-4da72e36a10b
ServiceInvariantUUID:d0019757-506f-44e8-afd2-a53043a46ae9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
ArtifactUUID:537b573d-47c1-4152-84e0-07025c9e3cef
ArtifactChecksum:YTZmZmZjN2Q1OTU3ZDg5YjQ0YWMyYTJiZjc3YTZhNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8c5726e8-934d 0
ResourceCustomizationUUID:add6ded9-e783-449a-af51-490ce71d1ba6
ResourceInvariantUUID:afe6c601-825e-4d58-a8e4-d5577d1b59b6
ResourceName:pNF 8c5726e8-934d
ResourceType:PNF
ResourceUUID:2ad3e205-dccd-429b-8fe7-2dc881fb111b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-06T06:28:12.189Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4259047-7c49-495b-99da-4da72e36a10b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:28:12.232Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:28:12.234Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:28:12.234Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:28:12.234Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 537b573d-47c1-4152-84e0-07025c9e3cef from URL: /sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:12.234Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:28:12.234Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:12.435Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:28:12.442Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar 537b573d-47c1-4152-84e0-07025c9e3cef 82656
2022-03-06T06:28:12.443Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar ASDC sendASDCNotification
2022-03-06T06:28:12.443Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:12.443Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:28:12.444Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:12.448Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:12.448Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548092442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:28:12.547Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:28:12.548Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:12.549Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:12.569Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:12.570Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:28:13.449Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:28:13.450Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:28:13.451Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 537b573d-47c1-4152-84e0-07025c9e3cef, URL: /sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar to file: /app/ASDC/1/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:13.451Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:13.452Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:13.452Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:13.806Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4328645795935059481/Definitions/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml
2022-03-06T06:28:15.424Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:28:15.424Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8c5726e8-934d 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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:28:15.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.427Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Node template pNF 8c5726e8-934d 0 is matching search criteria
2022-03-06T06:28:15.427Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:28:15.427Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8c5726e8-934d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:28:15.428Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.428Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.429Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Node template pNF 8c5726e8-934d 0 is matching search criteria
2022-03-06T06:28:15.429Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:28:15.429Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8c5726e8-934d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:28:15.429Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.430Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.430Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.430Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.430Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.431Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.431Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.431Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.431Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.431Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.432Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VShBoDU4fx7etVu4vewQ
Description:catalog service description
Model UUID:a4259047-7c49-495b-99da-4da72e36a10b
Model Version:NULL
Model InvariantUuid:d0019757-506f-44e8-afd2-a53043a46ae9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:28:15.441Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ad3e205-dccd-429b-8fe7-2dc881fb111b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:28:15.450Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||pNF 8c5726e8-934d 0
2022-03-06T06:28:15.450Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ad3e205-dccd-429b-8fe7-2dc881fb111b
2022-03-06T06:28:15.450Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a4259047-7c49-495b-99da-4da72e36a10b
2022-03-06T06:28:15.450Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a4259047-7c49-495b-99da-4da72e36a10b
2022-03-06T06:28:15.451Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8c5726e8-934d 0 2ad3e205-dccd-429b-8fe7-2dc881fb111b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:28:15.457Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2530836, org.onap.sdc.toscaparser.api.parameters.Input@3962597c, org.onap.sdc.toscaparser.api.parameters.Input@2842fdb4, org.onap.sdc.toscaparser.api.parameters.Input@6e191ff2, org.onap.sdc.toscaparser.api.parameters.Input@7491a8bf]
2022-03-06T06:28:15.458Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.458Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.459Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a4259047-7c49-495b-99da-4da72e36a10b: pNF 8c5726e8-934d
2022-03-06T06:28:15.459Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Processing PNF resource: 2ad3e205-dccd-429b-8fe7-2dc881fb111b
2022-03-06T06:28:15.459Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:28:15.459Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VShBoDU4fx7etVu4vewQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:28:15.460Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||Resource customization UUID: add6ded9-e783-449a-af51-490ce71d1ba6 is the same as notified resource customizationUUID: add6ded9-e783-449a-af51-490ce71d1ba6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-06T06:28:15.521Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8c5726e8-934d 2ad3e205-dccd-429b-8fe7-2dc881fb111b 0 ASDC deployResourceStructure
2022-03-06T06:28:15.522Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar ASDC sendASDCNotification
2022-03-06T06:28:15.522Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar
2022-03-06T06:28:15.522Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:28:15.523Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:28:15.526Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:28:15.526Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548095522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:28:15.626Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:28:15.628Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:28:15.628Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:28:15.652Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:28:15.652Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:28:16.527Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:28:16.563Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:28:16.577Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:28:16.577Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:28:16.577Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:28:46.578Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:28:46.590Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:28:46.595Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:28:46.595Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:28:46.597Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:29:03.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:29:03.488Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:29:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:29:03.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:29:03.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:29:03.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:29:03.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:29:16.600Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:29:16.621Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:29:16.625Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:29:16.625Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:29:16.626Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:29:46.626Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:29:46.640Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:29:46.644Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:29:46.644Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:29:46.644Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:30:03.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:30:03.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:30:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:30:03.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:30:03.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-06T06:30:03.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:30:03.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:30:16.644Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:30:16.661Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:30:16.665Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:30:16.666Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:30:16.666Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:30:46.666Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:30:46.694Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:30:46.700Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:30:46.701Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:30:46.702Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:31:03.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:31:03.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:31:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:03.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:03.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548077246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548086054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:31:03.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548087801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/resourceInstances/pnf8c5726e8934d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548089715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:31:03.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:03.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:03.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "clamp",
  "timestamp": 1646548090718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:31:03.552Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:31:03.552Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:31:03.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548083479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:31:03.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:31:03.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548091693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:31:03.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:03.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548092442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:31:03.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:03.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "aai-ml",
  "timestamp": 1646548092697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:31:03.601Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 516d49c3-fe5d-42dc-94b4-74331807f6bb
2022-03-06T06:31:03.601Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516d49c3-fe5d-42dc-94b4-74331807f6bb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:31:03.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:31:03.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548095522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVshbodu4fx7etvu4vewq/1.0/artifacts/service-DemoPnfVshbodu4fx7etvu4vewq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:31:03.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:31:16.702Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:31:16.742Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:31:16.777Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:31:16.777Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:31:16.778Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:31:16.778Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:31:16.778Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.778Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.779Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.779Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.779Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.780Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.780Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:31:16.781Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-03-06T06:31:16.800Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:31:46.801Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:31:46.809Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 516d49c3-fe5d-42dc-94b4-74331807f6bb and serviceModelVersionId: a4259047-7c49-495b-99da-4da72e36a10b
2022-03-06T06:31:46.810Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0019757-506f-44e8-afd2-a53043a46ae9
2022-03-06T06:31:46.813Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0
2022-03-06T06:31:46.866Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:31:47.052Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0|INFO|500||Invoke
2022-03-06T06:31:47.053Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[516d49c3-fe5d-42dc-94b4-74331807f6bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30150544-4b8c-4a8f-95d4-03c4dde36669], X-ECOMP-RequestID=[516d49c3-fe5d-42dc-94b4-74331807f6bb], X-TransactionId=[], X-ONAP-RequestID=[516d49c3-fe5d-42dc-94b4-74331807f6bb], Content-Type=[application/merge-patch+json]}
2022-03-06T06:31:47.136Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-06T06:31:47.424Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?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/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220306-06:31:47:119-71691], vertex-id=[655544], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:31:47 GMT], Content-Type=[application/json]}
2022-03-06T06:31:47.425Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:31:47.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0019757-506f-44e8-afd2-a53043a46ae9/model-vers/model-ver/a4259047-7c49-495b-99da-4da72e36a10b?depth=0|INFO|500||InvokeReturn
2022-03-06T06:31:47.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:31:47.426Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-03-06T06:31:47.448Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7403fa15 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2722) 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-03-06T06:31:47.452Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-06T06:31:47.453Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||ERROR|500||(conn=2722) WSREP has not yet prepared node for application use
2022-03-06T06:31:47.471Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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=2722) 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-03-06T06:31:47.472Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 516d49c3-fe5d-42dc-94b4-74331807f6bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:31:47.473Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:31:47.473Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:47.484Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:47.484Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548307472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:31:47.580Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-06T06:31:47.583Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:47.583Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:47.618Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:47.619Z||pool-86-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:31:48.525Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:31:48.533Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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-03-06T06:31:48.533Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:52.955Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:52.956Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-06T06:31:52.956Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"606fe214-c352-4dca-a2ca-78f1b17aefbc","serviceName":"Demo_pNF_iBJ02VDN2NJy4XVJSrtJ","serviceVersion":"1.0","serviceUUID":"3a21f655-5c17-4bd0-8d96-578f0d4d0c2c","serviceDescription":"catalog service description","serviceInvariantUUID":"aace11f9-6df6-4389-871f-f4501dc9f6c2","resources":[{"resourceInstanceName":"pNF cd97914a-81f0 0","resourceName":"pNF cd97914a-81f0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"53266661-7ccd-410b-bbea-817e57eb80a0","resourceInvariantUUID":"62d75c76-a6ee-41a8-9304-b610736bf131","resourceCustomizationUUID":"0626bfdd-2599-4cbf-be5c-1e23e8f9fecf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml","artifactChecksum":"M2JmNWY3ODBmZTE5MjFkOWM5ZjI0ZjRlNzRjYjJiMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff7f4471-92a7-4c7b-ad97-646867fbb8ae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar","artifactChecksum":"OWQ0N2MyNTE1YTExOTM4MTlmNDM1YmIzNGJhZDQ4NzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"708a4be3-69d4-4422-ad82-a27d768d4050","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b3f501-7f31-414e-a95e-b288a836aba8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml","artifactChecksum":"MjYxZWJlZDI4MTMyODlmN2JiMzdiZGM4MDgzNjI1ZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12b97e80-d273-4fa3-823e-2eb3ed41714d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"457d3302-fd00-467e-aebc-a0270fd043d0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc78ec05-211e-41f4-814f-89536820980e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml","artifactChecksum":"ZjA1NzZlNWZkYTU4NDBjNzQ2MWYwNzU4MWFmYjc0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24545bc7-db99-4c9e-9b3b-1d52085d24f1","artifactVersion":"1"},{"artifactName":"service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar","artifactChecksum":"N2ZkNWVlZTU4NGY0OWI0ODU4NzQ1NzhiNWE3YzI5NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e3e49a2-b3ca-41a1-aa70-bb35609db930","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:31:52.960Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:52.960Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:52.964Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:52.964Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:53.065Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T06:31:53.068Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:53.069Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:53.092Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:53.093Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:31:53.965Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:53.965Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:53.968Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:53.969Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:54.068Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:31:54.070Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:54.071Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:54.086Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:54.087Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:31:54.972Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:54.977Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:54.986Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:54.987Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:55.091Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:31:55.093Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:55.093Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:55.109Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:55.114Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:31:55.989Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:55.990Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:56.018Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:56.018Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:56.120Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:31:56.121Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:56.121Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:56.136Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:56.137Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:31:57.019Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:57.020Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:57.024Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:57.025Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:57.138Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-03-06T06:31:57.140Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:57.141Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:57.157Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:57.158Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:31:58.026Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:58.027Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:58.031Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:58.031Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:58.134Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T06:31:58.135Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:58.136Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:58.149Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:58.151Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:31:59.032Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:31:59.032Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:31:59.046Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:31:59.046Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:31:59.139Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-06T06:31:59.140Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:31:59.140Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:31:59.157Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:31:59.158Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:32:00.047Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:32:00.049Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:32:00.052Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:32:00.052Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:00.152Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:32:00.153Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:32:00.153Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:00.167Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:00.168Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:32:01.054Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "serviceName": "Demo_pNF_iBJ02VDN2NJy4XVJSrtJ",
  "serviceVersion": "1.0",
  "serviceUUID": "3a21f655-5c17-4bd0-8d96-578f0d4d0c2c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aace11f9-6df6-4389-871f-f4501dc9f6c2",
  "resources": [
    {
      "resourceInstanceName": "pNF cd97914a-81f0 0",
      "resourceCustomizationUUID": "0626bfdd-2599-4cbf-be5c-1e23e8f9fecf",
      "resourceName": "pNF cd97914a-81f0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "53266661-7ccd-410b-bbea-817e57eb80a0",
      "resourceInvariantUUID": "62d75c76-a6ee-41a8-9304-b610736bf131",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
      "artifactChecksum": "N2ZkNWVlZTU4NGY0OWI0ODU4NzQ1NzhiNWE3YzI5NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e3e49a2-b3ca-41a1-aa70-bb35609db930"
    }
  ],
  "workloadContext": "Production"
}
2022-03-06T06:32:01.054Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:32:01.054Z|516d49c3-fe5d-42dc-94b4-74331807f6bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c ASDC
2022-03-06T06:32:01.055Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:606fe214-c352-4dca-a2ca-78f1b17aefbc
ServiceName:Demo_pNF_iBJ02VDN2NJy4XVJSrtJ
ServiceVersion:1.0
ServiceUUID:3a21f655-5c17-4bd0-8d96-578f0d4d0c2c
ServiceInvariantUUID:aace11f9-6df6-4389-871f-f4501dc9f6c2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
ArtifactUUID:6e3e49a2-b3ca-41a1-aa70-bb35609db930
ArtifactChecksum:N2ZkNWVlZTU4NGY0OWI0ODU4NzQ1NzhiNWE3YzI5NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cd97914a-81f0 0
ResourceCustomizationUUID:0626bfdd-2599-4cbf-be5c-1e23e8f9fecf
ResourceInvariantUUID:62d75c76-a6ee-41a8-9304-b610736bf131
ResourceName:pNF cd97914a-81f0
ResourceType:PNF
ResourceUUID:53266661-7ccd-410b-bbea-817e57eb80a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-06T06:32:01.055Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:01.143Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:32:01.147Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:32:01.147Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:32:01.147Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6e3e49a2-b3ca-41a1-aa70-bb35609db930 from URL: /sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:01.147Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:32:01.148Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:01.631Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:32:01.639Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar 6e3e49a2-b3ca-41a1-aa70-bb35609db930 82665
2022-03-06T06:32:01.640Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar ASDC sendASDCNotification
2022-03-06T06:32:01.641Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:01.641Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:32:01.641Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:32:01.655Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:32:01.656Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548321640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:01.767Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-03-06T06:32:01.798Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:32:01.798Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:01.824Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:01.825Z||pool-95-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:32:02.657Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:32:02.658Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:32:02.659Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6e3e49a2-b3ca-41a1-aa70-bb35609db930, URL: /sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar to file: /app/ASDC/1/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:02.659Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:02.660Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:02.660Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:03.011Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8796159716320298296/Definitions/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml
2022-03-06T06:32:03.485Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:32:03.486Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:32:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:03.527Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:03.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548227246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548230006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548223023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548239414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548239465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548231854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548240439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548240640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646548233410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646548241442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.593Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:03.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548241646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:03.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548241723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "policy-id",
  "timestamp": 1646548242649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:03.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548235270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548243734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:03.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:32:03.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548244308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "clamp",
  "timestamp": 1646548244737,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:03.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548237128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:32:03.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:32:03.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548245305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:03.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "cds",
  "timestamp": 1646548245314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:03.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548246266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:32:03.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "aai-ml",
  "timestamp": 1646548246310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.763Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:03.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548249227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:03.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:32:03.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-06T06:32:03.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646548250246,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:32:03.812Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 606fe214-c352-4dca-a2ca-78f1b17aefbc
2022-03-06T06:32:03.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 606fe214-c352-4dca-a2ca-78f1b17aefbc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:32:04.824Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:32:04.825Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:32:04.825Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.826Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-06T06:32:04.826Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.826Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.826Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.826Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.827Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.827Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd97914a-81f0 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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.827Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.827Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:32:04.828Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.828Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.829Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Node template pNF cd97914a-81f0 0 is matching search criteria
2022-03-06T06:32:04.829Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:32:04.830Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF cd97914a-81f0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:32:04.830Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.830Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.831Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Node template pNF cd97914a-81f0 0 is matching search criteria
2022-03-06T06:32:04.831Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-06T06:32:04.832Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF cd97914a-81f0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:32:04.832Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.832Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.833Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.833Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.834Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.834Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.834Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.834Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.835Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.835Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.836Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iBJ02VDN2NJy4XVJSrtJ
Description:catalog service description
Model UUID:3a21f655-5c17-4bd0-8d96-578f0d4d0c2c
Model Version:NULL
Model InvariantUuid:aace11f9-6df6-4389-871f-f4501dc9f6c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:32:04.849Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 53266661-7ccd-410b-bbea-817e57eb80a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:32:04.853Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||pNF cd97914a-81f0 0
2022-03-06T06:32:04.854Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 53266661-7ccd-410b-bbea-817e57eb80a0
2022-03-06T06:32:04.855Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c
2022-03-06T06:32:04.855Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c
2022-03-06T06:32:04.856Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cd97914a-81f0 0 53266661-7ccd-410b-bbea-817e57eb80a0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:32:04.865Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52cb786e, org.onap.sdc.toscaparser.api.parameters.Input@454c3b02, org.onap.sdc.toscaparser.api.parameters.Input@e7605fd, org.onap.sdc.toscaparser.api.parameters.Input@4f379006, org.onap.sdc.toscaparser.api.parameters.Input@46369986]
2022-03-06T06:32:04.865Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.866Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.868Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c: pNF cd97914a-81f0
2022-03-06T06:32:04.868Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Processing PNF resource: 53266661-7ccd-410b-bbea-817e57eb80a0
2022-03-06T06:32:04.869Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-06T06:32:04.869Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iBJ02VDN2NJy4XVJSrtJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:32:04.869Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0626bfdd-2599-4cbf-be5c-1e23e8f9fecf is the same as notified resource customizationUUID: 0626bfdd-2599-4cbf-be5c-1e23e8f9fecf
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-06T06:32:04.950Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cd97914a-81f0 53266661-7ccd-410b-bbea-817e57eb80a0 0 ASDC deployResourceStructure
2022-03-06T06:32:04.952Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar ASDC sendASDCNotification
2022-03-06T06:32:04.952Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar
2022-03-06T06:32:04.952Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:32:04.953Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:32:04.957Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:32:04.957Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548324951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:32:05.059Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:32:05.063Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:32:05.064Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:05.078Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:05.079Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:32:05.958Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 606fe214-c352-4dca-a2ca-78f1b17aefbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:32:05.972Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 606fe214-c352-4dca-a2ca-78f1b17aefbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:32:05.978Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:32:05.979Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:32:05.979Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:32:05.980Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:32:05.980Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.981Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.981Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.982Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.982Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.983Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.983Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-06T06:32:05.983Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-03-06T06:32:05.991Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:32:35.992Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 606fe214-c352-4dca-a2ca-78f1b17aefbc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:32:36.038Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 606fe214-c352-4dca-a2ca-78f1b17aefbc and serviceModelVersionId: 3a21f655-5c17-4bd0-8d96-578f0d4d0c2c
2022-03-06T06:32:36.040Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aace11f9-6df6-4389-871f-f4501dc9f6c2
2022-03-06T06:32:36.041Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0
2022-03-06T06:32:36.049Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:32:36.147Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0|INFO|500||Invoke
2022-03-06T06:32:36.148Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[606fe214-c352-4dca-a2ca-78f1b17aefbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30081a9c-bd83-4147-b98c-7f59810057b1], X-ECOMP-RequestID=[606fe214-c352-4dca-a2ca-78f1b17aefbc], X-TransactionId=[], X-ONAP-RequestID=[606fe214-c352-4dca-a2ca-78f1b17aefbc], Content-Type=[application/merge-patch+json]}
2022-03-06T06:32:36.269Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-06T06:32:36.690Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?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/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220306-06:32:36:247-27589], vertex-id=[254144], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:32:36 GMT], Content-Type=[application/json]}
2022-03-06T06:32:36.690Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:32:36.691Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aace11f9-6df6-4389-871f-f4501dc9f6c2/model-vers/model-ver/3a21f655-5c17-4bd0-8d96-578f0d4d0c2c?depth=0|INFO|500||InvokeReturn
2022-03-06T06:32:36.691Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:32:36.691Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-03-06T06:32:36.704Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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-03-06T06:32:36.705Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 606fe214-c352-4dca-a2ca-78f1b17aefbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:32:36.705Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:32:36.705Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:32:36.710Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:32:36.711Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548356705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:32:36.809Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:32:36.811Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:32:36.811Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:36.844Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:36.844Z||pool-97-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:32:37.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:32:37.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:32:37.731Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:47.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:47.280Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:32:47.281Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:32:47.281Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:32:56.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:32:56.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:32:56.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:32:56.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:33:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:33:03.486Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:33:03.486Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:33:03.530Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:33:03.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "516d49c3-fe5d-42dc-94b4-74331807f6bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548307472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:33:03.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/resourceInstances/pnfcd97914a81f00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-06T06:33:03.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548308524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548321640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-06T06:33:03.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:33:06.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:33:06.361Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:33:06.363Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:33:06.363Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:33:15.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:34:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:34:03.480Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:34:03.480Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:34:03.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:34:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:34:03.485Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:34:04.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:34:04.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:34:04.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548324951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIbj02vdn2njy4xvjsrtj/1.0/artifacts/service-DemoPnfIbj02vdn2njy4xvjsrtj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-06T06:34:04.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:34:04.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:34:04.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "606fe214-c352-4dca-a2ca-78f1b17aefbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646548356705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:34:04.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:34:13.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:35:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:35:03.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:35:03.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:35:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:35:03.492Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:35:03.492Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:35:13.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:35:13.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:36:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:36:03.481Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:36:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:36:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:36:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:36:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:36:13.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:36:13.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:37:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:37:03.480Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:37:03.480Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:37:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:37:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:37:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:37:13.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:37:13.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:38:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:38:03.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:38:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:38:03.487Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:38:03.494Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:38:03.495Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:38:13.047Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:38:13.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:39:03.479Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:39:03.480Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:39:03.481Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:39:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:39:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:39:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:39:13.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:39:13.043Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:40:03.480Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:40:03.482Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:40:03.482Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:40:03.485Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:40:03.486Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:40:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:40:13.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:40:13.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:41:03.480Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:41:03.481Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:41:03.482Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:41:03.488Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:41:03.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:41:03.490Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:41:13.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:41:13.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:42:03.479Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:42:03.481Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:42:03.481Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:42:03.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:42:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:42:03.486Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:42:13.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:42:13.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:43:03.479Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:43:03.480Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:43:03.480Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:43:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:43:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:43:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:43:13.059Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:43:13.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:44:03.479Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:44:03.480Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:44:03.480Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:44:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:44:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:44:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:44:13.042Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:44:13.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:45:03.482Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:45:03.484Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:45:03.487Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:45:03.487Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:45:03.487Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:45:03.487Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:45:13.106Z|606fe214-c352-4dca-a2ca-78f1b17aefbc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:45:13.106Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:45:35.492Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:46:03.483Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:46:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:46:03.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:46:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:46:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:46:03.485Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:46:13.047Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-06T06:46:13.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK