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-16T05:34:31.760Z||main|||||INFO|500||The following profiles are active: basic
2022-03-16T05:34:54.866Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-16T05:34:54.867Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-16T05:34:55.177Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-16T05:35:03.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-16T05:35:03.761Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-16T05:35:04.884Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-16T05:35:04.920Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-16T05:35:05.183Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-16T05:35:05.695Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-16T05:35:06.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-16T05:35:10.790Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T05:35:15.895Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T05:35:16.015Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-16T05:35:17.283Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T05:35:17.592Z||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-16T05:35:20.585Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T05:35:23.228Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-16T05:35:23.294Z||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$$7b5c92.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-16T05:35:23.296Z||main|||||WARN|500||The sdc end point is not alive
2022-03-16T05:35:30.722Z||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-16T05:35:38.313Z||main|||||WARN|500||---
2022-03-16T05:35:38.314Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-16T05:35:38.315Z||main|||||WARN|500||---
2022-03-16T05:35:39.405Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-16T05:35:51.749Z||main|||||INFO|500||Started Application in 85.308 seconds (JVM running for 88.928)
2022-03-16T05:35:51.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-16T05:35:51.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-16T05:35:51.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-16T05:35:51.898Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-16T05:35:52.024Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6da7f98-a53c-49f4-bfbd-69027ba51c8a url= /sdc/v1/artifactTypes
2022-03-16T05:35:52.025Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-16T05:35:52.672Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-16T05:35:52.726Z||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-16T05:35:52.788Z||scheduling-1|||||DEBUG|500||create keys
2022-03-16T05:35:52.804Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-16T05:35:52.843Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:35:52.888Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 98ae9c39-1340-47d7-9027-98056c39b9ab url= /sdc/v1/registerForDistribution
2022-03-16T05:35:53.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 98ae9c39-1340-47d7-9027-98056c39b9ab url= /sdc/v1/registerForDistribution
2022-03-16T05:35:53.273Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-16T05:35:53.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:35:53.297Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:35:53.313Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-16T05:35:53.321Z||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-16T05:35:53.322Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:35:53.321Z||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-16T05:35:53.324Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:36:03.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:36:03.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:36:53.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:36:53.289Z||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-16T05:36:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:36:53.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:36:53.302Z||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-16T05:36:53.302Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:37:02.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:37:02.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:37:53.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:37:53.291Z||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-16T05:37:53.291Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:37:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:37:53.295Z||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-16T05:37:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:38:02.857Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:38:02.879Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:38:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:38:53.290Z||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-16T05:38:53.291Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:38:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:38:53.296Z||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-16T05:38:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:39:02.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:39:02.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:39:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:39:53.292Z||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-16T05:39:53.294Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:39:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:39:53.297Z||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-16T05:39:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:40:02.852Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:40:02.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:40:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:40:53.289Z||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-16T05:40:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:40:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:40:53.296Z||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-16T05:40:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:41:02.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:41:02.856Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:41:53.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:41:53.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:41:53.296Z||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-16T05:41:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:41:53.297Z||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-16T05:41:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:42:02.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:42:02.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:42:53.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:42:53.292Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:42:53.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:42:53.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:42:53.317Z||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-16T05:42:53.317Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:43:02.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:43:02.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:43:53.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:43:53.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:43:53.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:43:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:43:53.296Z||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-16T05:43:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:44:02.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:44:02.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:44:40.546Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-16T05:44:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:44:53.289Z||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-16T05:44:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:44:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:44:53.298Z||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-16T05:44:53.299Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:45:02.868Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:45:02.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:45:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:45:53.289Z||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-16T05:45:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:45:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:45:53.296Z||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-16T05:45:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:46:02.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:46:02.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:46:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:46:53.288Z||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-16T05:46:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:46:53.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:46:53.301Z||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-16T05:46:53.302Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:47:02.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:47:02.871Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:47:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:47:53.288Z||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-16T05:47:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:47:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:47:53.298Z||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-16T05:47:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:48:02.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:48:02.851Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:48:53.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:48:53.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:48:53.289Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:48:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:48:53.295Z||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-16T05:48:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:49:02.866Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:49:02.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:49:53.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:49:53.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:49:53.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:49:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:49:53.295Z||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-16T05:49:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:50:02.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:50:02.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:50:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:50:53.288Z||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-16T05:50:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:50:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:50:53.295Z||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-16T05:50:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:51:02.865Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:51:02.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:51:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:51:53.287Z||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-16T05:51:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:51:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:51:53.295Z||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-16T05:51:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:52:02.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:52:02.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:52:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:52:53.290Z||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-16T05:52:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:52:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:52:53.298Z||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-16T05:52:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:53:02.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:53:02.859Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:53:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:53:53.289Z||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-16T05:53:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:53:53.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:53:53.296Z||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-16T05:53:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:54:02.861Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:54:02.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:54:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:54:53.288Z||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-16T05:54:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:54:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:54:53.297Z||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-16T05:54:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:55:02.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:55:02.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:55:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:55:53.288Z||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-16T05:55:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:55:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:55:53.298Z||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-16T05:55:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:56:02.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:56:02.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:56:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:56:53.288Z||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-16T05:56:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:56:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:56:53.296Z||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-16T05:56:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:57:02.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:57:02.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:57:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:57:53.288Z||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-16T05:57:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:57:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:57:53.295Z||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-16T05:57:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:58:02.860Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:58:02.870Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:58:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:58:53.289Z||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-16T05:58:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:58:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:58:53.295Z||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-16T05:58:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:59:02.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:59:02.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T05:59:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:59:53.288Z||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-16T05:59:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:59:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:59:53.295Z||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-16T05:59:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:00:02.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:00:02.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:00:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:00:53.287Z||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-16T06:00:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:00:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:00:53.296Z||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-16T06:00:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:01:02.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:01:02.850Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:01:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:01:53.288Z||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-16T06:01:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:01:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:01:53.295Z||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-16T06:01:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:02:02.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:02:02.873Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:02:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:02:53.289Z||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-16T06:02:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:02:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:02:53.295Z||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-16T06:02:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:03:02.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:03:02.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:03:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:03:53.288Z||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-16T06:03:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:03:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:03:53.295Z||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-16T06:03:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:04:02.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:04:02.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:04:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:04:53.288Z||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-16T06:04:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:04:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:04:53.296Z||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-16T06:04:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:05:02.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:05:02.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:05:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:05:53.288Z||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-16T06:05:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:05:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:05:53.295Z||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-16T06:05:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:06:02.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:06:02.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:06:53.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:06:53.289Z||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-16T06:06:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:06:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:06:53.296Z||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-16T06:06:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:07:02.849Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:07:02.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:07:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:07:53.288Z||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-16T06:07:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:07:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:07:53.295Z||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-16T06:07:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:08:02.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:08:02.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:08:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:08:53.288Z||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-16T06:08:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:08:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:08:53.295Z||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-16T06:08:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:09:02.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:09:02.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:09:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:09:53.290Z||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-16T06:09:53.292Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:09:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:09:53.298Z||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-16T06:09:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:10:02.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:10:02.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:10:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:10:53.287Z||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-16T06:10:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:10:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:10:53.296Z||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-16T06:10:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:11:02.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:11:02.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:11:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:11:53.287Z||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-16T06:11:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:11:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:11:53.295Z||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-16T06:11:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:12:02.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:12:02.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:12:53.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:12:53.288Z||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-16T06:12:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:12:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:12:53.295Z||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-16T06:12:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:02.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:02.853Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:53.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:13:53.288Z||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-16T06:13:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:13:53.295Z||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-16T06:13:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:54.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:54.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:13:54.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7376d8d0-5576-4621-998b-f74f7eeb9901","serviceName":"basic_onboard_tIvKhE","serviceVersion":"1.0","serviceUUID":"f30291d1-5ef4-4ca3-882f-e049ba196e8f","serviceDescription":"service","serviceInvariantUUID":"f59fbd94-89b2-4847-a775-6f228f1548e4","resources":[{"resourceInstanceName":"basic_onboard_tIvKhE 0","resourceName":"basic_onboard_tIvKhE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df794fe7-2f3f-42a9-880a-dd298370dfde","resourceInvariantUUID":"95565461-d947-46da-a769-f08287a5f061","resourceCustomizationUUID":"a1637c39-e2b0-443b-b14b-a4607ce2b144","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml","artifactChecksum":"YjI3YTA5MGEzNjdjNjJmNTIzNmI1MGRjMDE3YWZkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2b4f3ef-def2-4978-84df-5ae8bd1c2fa3","artifactVersion":"1"},{"artifactName":"basic_onboard_tivkhe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json","artifactChecksum":"ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"291a7f83-3c80-4279-90ae-442dbcefb9c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aca1c0f8-37bd-4ebf-a158-9e325736f278","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa3c6278-fa1c-461e-9291-89f4dfcf3384","artifactVersion":"2","generatedFromUUID":"291a7f83-3c80-4279-90ae-442dbcefb9c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTivkhe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml","artifactChecksum":"MWE0NTBkYWI3NTQ0NjcwYjc1MzQ0OTZlZGQ5Mzg5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f9f13f9-5313-4175-8cbd-34778eb91aaf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTivkhe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar","artifactChecksum":"N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"998744b5-01a2-4377-a526-bfc709a5cc18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:13:54.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:54.618Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:54.639Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:54.640Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:13:54.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:54.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:13:54.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:13:54.759Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-16T06:13:54.768Z||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-16T06:13:54.768Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:54.780Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:54.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:54.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:13:55.655Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:55.656Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:55.659Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:55.659Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:13:55.760Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:13:55.762Z||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-16T06:13:55.762Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:55.778Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:55.780Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:13:56.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:56.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:56.671Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:56.672Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:13:56.767Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-16T06:13:56.768Z||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-16T06:13:56.769Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:56.790Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:56.792Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:13:57.672Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:57.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:57.676Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:57.676Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:13:57.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-03-16T06:13:57.795Z||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-16T06:13:57.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:57.812Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:57.813Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:58.678Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:58.682Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:58.685Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:58.686Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-16T06:13:58.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:13:58.787Z||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-16T06:13:58.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:58.803Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:58.804Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:59.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:59.694Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:59.725Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:59.726Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:13:59.815Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-16T06:13:59.817Z||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-16T06:13:59.818Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:59.835Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:13:59.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:00.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:00.727Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:00.730Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:00.730Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:14:00.830Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:00.832Z||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-16T06:14:00.832Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:00.847Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:00.849Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:01.738Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "serviceName": "basic_onboard_tIvKhE",
  "serviceVersion": "1.0",
  "serviceUUID": "f30291d1-5ef4-4ca3-882f-e049ba196e8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f59fbd94-89b2-4847-a775-6f228f1548e4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tIvKhE 0",
      "resourceCustomizationUUID": "a1637c39-e2b0-443b-b14b-a4607ce2b144",
      "resourceName": "basic_onboard_tIvKhE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df794fe7-2f3f-42a9-880a-dd298370dfde",
      "resourceInvariantUUID": "95565461-d947-46da-a769-f08287a5f061",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tivkhe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
          "artifactChecksum": "ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "291a7f83-3c80-4279-90ae-442dbcefb9c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fa3c6278-fa1c-461e-9291-89f4dfcf3384",
            "generatedFromUUID": "291a7f83-3c80-4279-90ae-442dbcefb9c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fa3c6278-fa1c-461e-9291-89f4dfcf3384",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTivkhe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
      "artifactChecksum": "N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "998744b5-01a2-4377-a526-bfc709a5cc18"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:14:01.741Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:14:01.742Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f30291d1-5ef4-4ca3-882f-e049ba196e8f ASDC
2022-03-16T06:14:01.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7376d8d0-5576-4621-998b-f74f7eeb9901
ServiceName:basic_onboard_tIvKhE
ServiceVersion:1.0
ServiceUUID:f30291d1-5ef4-4ca3-882f-e049ba196e8f
ServiceInvariantUUID:f59fbd94-89b2-4847-a775-6f228f1548e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTivkhe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
ArtifactUUID:998744b5-01a2-4377-a526-bfc709a5cc18
ArtifactChecksum:N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tIvKhE 0
ResourceCustomizationUUID:a1637c39-e2b0-443b-b14b-a4607ce2b144
ResourceInvariantUUID:95565461-d947-46da-a769-f08287a5f061
ResourceName:basic_onboard_tIvKhE
ResourceType:VF
ResourceUUID:df794fe7-2f3f-42a9-880a-dd298370dfde
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tivkhe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json
ArtifactUUID:e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377
ArtifactChecksum:ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU=
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:291a7f83-3c80-4279-90ae-442dbcefb9c4
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:fa3c6278-fa1c-461e-9291-89f4dfcf3384
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:fa3c6278-fa1c-461e-9291-89f4dfcf3384
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-16T06:14:01.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f30291d1-5ef4-4ca3-882f-e049ba196e8f 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-16T06:14:02.659Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:14:02.663Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:02.666Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:02.667Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 998744b5-01a2-4377-a526-bfc709a5cc18 from URL: /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:02.668Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:14:02.671Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:03.467Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:14:03.490Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar 998744b5-01a2-4377-a526-bfc709a5cc18 71578
2022-03-16T06:14:03.493Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar ASDC sendASDCNotification
2022-03-16T06:14:03.494Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:03.496Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:14:03.498Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:03.504Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:03.505Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411243491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:14:03.608Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-16T06:14:03.610Z||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-16T06:14:03.610Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:03.640Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:03.641Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:04.506Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:14:04.508Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:04.509Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 998744b5-01a2-4377-a526-bfc709a5cc18, URL: /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar to file: /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.510Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.783Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.783Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:06.091Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14484052450477170913/Definitions/service-BasicOnboardTivkhe-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-16T06:14:10.351Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:14:10.363Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:14:10.364Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.364Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tIvKhE 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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.367Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.367Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:14:10.381Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.385Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.392Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.393Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:14:10.397Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:14:10.402Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.406Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.406Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.407Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:14:10.407Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:14:10.408Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.408Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.414Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is not matching search criteria
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-16T06:14:10.416Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-16T06:14:10.416Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T06:14:10.417Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:14:10.417Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.418Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:14:10.420Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.420Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.421Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.424Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.424Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is not matching search criteria
2022-03-16T06:14:10.425Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-16T06:14:10.425Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T06:14:10.426Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09c25a48-3465-45a8-bf7f-8b113ea67c50
2022-03-16T06:14:10.426Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.428Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.428Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.429Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:14:10.429Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.430Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tIvKhE
Description:service
Model UUID:f30291d1-5ef4-4ca3-882f-e049ba196e8f
Model Version:NULL
Model InvariantUuid:f59fbd94-89b2-4847-a775-6f228f1548e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tIvKhE
Model UUID:6fbb93e4-cc19-4173-b965-01fb377ffce6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95565461-d947-46da-a769-f08287a5f061
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1637c39-e2b0-443b-b14b-a4607ce2b144
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:23a3560a-21a3-4beb-b082-6abe8b1b824d
ModelName:BasicOnboardTivkhe..base_ubuntu18..module-0
ModelUuid:5aa583ff-7abf-48b4-9797-0d9d6a13f0d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09c25a48-3465-45a8-bf7f-8b113ea67c50
ModelInvariantUuid:ce077d4f-23ec-4306-a431-2d86e925cf2f
ModelName:basic_onboard_tIvKhE-nodes.ubuntu18Cvfc
ModelUuid:fc455da8-3347-4959-8ed4-a03c50575c39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:48d76139-3903-4b67-8e84-2ba97ebddecb
ModelInvariantUuid:eec71ea6-4d00-4dbf-8a0f-57f581ada7d0
ModelName:BasicOnboardTivkhe.compute.nodes.heat.ubuntu18
ModelUuid:59fde150-fbdc-4eec-96c9-dcb46f1c6853
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-16T06:14:10.507Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@19f8fd8e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1981) 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$$627f1c97.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-16T06:14:10.520Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-16T06:14:10.521Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||ERROR|500||(conn=1981) WSREP has not yet prepared node for application use
2022-03-16T06:14:10.532Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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$$627f1c97.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=1981) 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-16T06:14:10.536Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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$$627f1c97.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=1981) 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-16T06:14:10.576Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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$$627f1c97.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-16T06:14:10.578Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:14:10.824Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7376d8d0-5576-4621-998b-f74f7eeb9901 and serviceModelVersionId: f30291d1-5ef4-4ca3-882f-e049ba196e8f
2022-03-16T06:14:10.825Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f59fbd94-89b2-4847-a775-6f228f1548e4
2022-03-16T06:14:42.985Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0
2022-03-16T06:14:43.202Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:14:44.252Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|INFO|500||Invoke
2022-03-16T06:14:44.279Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a1228cb-7440-4778-9479-a9052ff41e69], X-ECOMP-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], X-TransactionId=[], X-ONAP-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], Content-Type=[application/merge-patch+json]}
2022-03-16T06:14:44.774Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-16T06:14:46.116Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?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/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220316-06:14:45:892-38402], vertex-id=[196608], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:14:45 GMT], Content-Type=[application/json]}
2022-03-16T06:14:46.123Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:14:46.126Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|INFO|500||InvokeReturn
2022-03-16T06:14:46.138Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:14:46.138Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-16T06:14:46.140Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:14:46.142Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T06:14:46.143Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:46.152Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:46.155Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411286140,
  "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-16T06:14:46.252Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:14:46.253Z||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-16T06:14:46.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:46.294Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:46.295Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 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-16T06:14:53.286Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:14:53.288Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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-16T06:14:53.288Z|7376d8d0-5576-4621-998b-f74f7eeb9901|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:53.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:14:53.295Z||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-16T06:14:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:53.324Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:53.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:14:53.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:14:53.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:14:53.918Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:53.920Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:14:53.920Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f33e81f-24d0-4e44-a596-9a285cc30af8","serviceName":"vFW 2022-03-16 06-09-55","serviceVersion":"1.0","serviceUUID":"1a3195f6-4b9e-4b28-be14-4a0f82669122","serviceDescription":"catalog service description","serviceInvariantUUID":"5183d411-ed56-4cad-bd98-d79ef7280850","resources":[{"resourceInstanceName":"vFW d14ae645-fac5 0","resourceName":"vFW d14ae645-fac5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4865b4d-2dc6-44cb-9fca-612d66ac9709","resourceInvariantUUID":"2258c7be-a8f0-4a77-8807-df7839c7c93d","resourceCustomizationUUID":"65cecdda-8352-4b85-94e2-604fcafd556b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml","artifactChecksum":"MjYxZDA2Y2IyZjJhODhmMjRmMGJjNGYwNmQxMTFiY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f740f189-625d-47c1-86be-773e4b2a6ad2","artifactVersion":"1"},{"artifactName":"vfwd14ae645fac50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json","artifactChecksum":"OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5711a616-7e95-4b37-99bb-619d45e1499c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df41b0d9-f430-4a6a-8c44-fe1287079dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmFlNGQ3NWIwYTJiZmVkMjkzOGIxMDQ2MzA2NmVjYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07a6000a-a701-4939-9804-aec85d3c2aa9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e998ea9e-d581-4269-aa90-42bdebbb6c4f","artifactVersion":"2","generatedFromUUID":"df41b0d9-f430-4a6a-8c44-fe1287079dad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316060955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml","artifactChecksum":"ZDY4YWFjMDNiNDg3NDZlMDlkZDZmZGVmMzY4NDgwNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c4de81-c42f-4a4b-96a8-a219b0226bc9","artifactVersion":"1"},{"artifactName":"service-Vfw20220316060955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar","artifactChecksum":"NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ea0d3fd-c773-4fe9-89f0-884c4108980d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:14:53.924Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:53.924Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:53.927Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:53.928Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:14:54.028Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:54.029Z||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-16T06:14:54.029Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:54.040Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:54.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:54.929Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:54.931Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:54.937Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:54.937Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:14:55.036Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:14:55.041Z||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-16T06:14:55.042Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:55.055Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:55.056Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:55.938Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:55.940Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:55.944Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:55.944Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:14:56.045Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:14:56.047Z||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-16T06:14:56.047Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:56.062Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:56.064Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:56.945Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:56.947Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:56.951Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:56.952Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:14:57.051Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:57.053Z||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-16T06:14:57.053Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:57.068Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:57.069Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:57.954Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:57.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:57.959Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:57.959Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:14:58.059Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:58.061Z||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-16T06:14:58.061Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:58.072Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:58.073Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:58.960Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:58.962Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:58.966Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:58.966Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:14:59.068Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:14:59.070Z||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-16T06:14:59.071Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:59.087Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:14:59.088Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-03-16T06:14:59.967Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:59.969Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:59.975Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:59.976Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:15:00.075Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-16T06:15:00.077Z||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-16T06:15:00.077Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:00.094Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:15:00.095Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:15:00.980Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "serviceName": "vFW 2022-03-16 06-09-55",
  "serviceVersion": "1.0",
  "serviceUUID": "1a3195f6-4b9e-4b28-be14-4a0f82669122",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5183d411-ed56-4cad-bd98-d79ef7280850",
  "resources": [
    {
      "resourceInstanceName": "vFW d14ae645-fac5 0",
      "resourceCustomizationUUID": "65cecdda-8352-4b85-94e2-604fcafd556b",
      "resourceName": "vFW d14ae645-fac5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4865b4d-2dc6-44cb-9fca-612d66ac9709",
      "resourceInvariantUUID": "2258c7be-a8f0-4a77-8807-df7839c7c93d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd14ae645fac50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
          "artifactChecksum": "OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5711a616-7e95-4b37-99bb-619d45e1499c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "df41b0d9-f430-4a6a-8c44-fe1287079dad",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e998ea9e-d581-4269-aa90-42bdebbb6c4f",
            "generatedFromUUID": "df41b0d9-f430-4a6a-8c44-fe1287079dad"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e998ea9e-d581-4269-aa90-42bdebbb6c4f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220316060955-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
      "artifactChecksum": "NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ea0d3fd-c773-4fe9-89f0-884c4108980d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:15:00.981Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:15:00.982Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a3195f6-4b9e-4b28-be14-4a0f82669122 ASDC
2022-03-16T06:15:00.983Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7f33e81f-24d0-4e44-a596-9a285cc30af8
ServiceName:vFW 2022-03-16 06-09-55
ServiceVersion:1.0
ServiceUUID:1a3195f6-4b9e-4b28-be14-4a0f82669122
ServiceInvariantUUID:5183d411-ed56-4cad-bd98-d79ef7280850
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316060955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
ArtifactUUID:7ea0d3fd-c773-4fe9-89f0-884c4108980d
ArtifactChecksum:NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d14ae645-fac5 0
ResourceCustomizationUUID:65cecdda-8352-4b85-94e2-604fcafd556b
ResourceInvariantUUID:2258c7be-a8f0-4a77-8807-df7839c7c93d
ResourceName:vFW d14ae645-fac5
ResourceType:VF
ResourceUUID:d4865b4d-2dc6-44cb-9fca-612d66ac9709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd14ae645fac50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json
ArtifactUUID:5711a616-7e95-4b37-99bb-619d45e1499c
ArtifactChecksum:OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE=
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml
ArtifactUUID:df41b0d9-f430-4a6a-8c44-fe1287079dad
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env
ArtifactUUID:e998ea9e-d581-4269-aa90-42bdebbb6c4f
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env
ArtifactUUID:e998ea9e-d581-4269-aa90-42bdebbb6c4f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-16T06:15:00.985Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a3195f6-4b9e-4b28-be14-4a0f82669122 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-16T06:15:01.037Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:15:01.039Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:01.039Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:01.040Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7ea0d3fd-c773-4fe9-89f0-884c4108980d from URL: /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.040Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:15:01.041Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.564Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:15:01.575Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar 7ea0d3fd-c773-4fe9-89f0-884c4108980d 98953
2022-03-16T06:15:01.576Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar ASDC sendASDCNotification
2022-03-16T06:15:01.577Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.577Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:15:01.578Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:15:01.581Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:15:01.582Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411301576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:15:01.682Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:15:01.683Z||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-16T06:15:01.685Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:01.703Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:15:01.704Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:15:02.588Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:15:02.591Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:02.593Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7ea0d3fd-c773-4fe9-89f0-884c4108980d, URL: /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar to file: /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.594Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.595Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.596Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.915Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9806502826294782178/Definitions/service-Vfw20220316060955-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-16T06:15:07.092Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:15:07.093Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d14ae645-fac5 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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.098Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:15:07.100Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.100Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:15:07.102Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.103Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.103Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.106Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.106Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.110Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.110Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.112Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.112Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.114Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.114Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.118Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f5db996-139e-4df6-84cd-c858fc7a6f60
2022-03-16T06:15:07.118Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef26fdc6-6507-4cd3-908e-b6f721bc7676
2022-03-16T06:15:07.123Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.123Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3daf2e8d-9ca3-4daa-a3da-14660a6abf99
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.129Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.129Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-16 06-09-55
Description:catalog service description
Model UUID:1a3195f6-4b9e-4b28-be14-4a0f82669122
Model Version:NULL
Model InvariantUuid:5183d411-ed56-4cad-bd98-d79ef7280850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d14ae645-fac5
Model UUID:4f8528cc-9347-4f84-bd0f-9ba5d01b7cfc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2258c7be-a8f0-4a77-8807-df7839c7c93d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65cecdda-8352-4b85-94e2-604fcafd556b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e49fedb-f14e-407e-bd82-4f4479c13e47
ModelName:VfwD14ae645Fac5..base_vfw..module-0
ModelUuid:755cd926-51ed-415f-b0d1-feaac0ad707b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f5db996-139e-4df6-84cd-c858fc7a6f60
ModelInvariantUuid:750eb278-0fc8-4165-961b-54caa5dbcc50
ModelName:vFW d14ae645-fac5-nodes.vfwCvfc
ModelUuid:00239e25-ac7f-4a8a-80af-46305b801c5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:db1e01fc-5bcc-4a04-ac8f-202e5d99eae2
ModelInvariantUuid:238eac78-1ec2-40f4-bf59-e409340ef3b4
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vfw
ModelUuid:a01fc824-a3c7-4697-a325-38e0f7cb095e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ef26fdc6-6507-4cd3-908e-b6f721bc7676
ModelInvariantUuid:1363f5ee-f670-4191-aa56-8f91499a366f
ModelName:vFW d14ae645-fac5-nodes.vsnCvfc
ModelUuid:8b219352-e4b9-4b7c-9609-7e81b6bd4ca5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3f7d852b-4f89-4d09-a1f9-cf2353e814db
ModelInvariantUuid:6066327a-4e54-46d6-8b9c-82e5c3cbf2aa
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vsn
ModelUuid:8adead0f-5709-4040-9557-8e3313eb938e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3daf2e8d-9ca3-4daa-a3da-14660a6abf99
ModelInvariantUuid:166b9742-911a-49d2-b23b-c87a37905420
ModelName:vFW d14ae645-fac5-nodes.vpgCvfc
ModelUuid:1d6dee32-1480-4e73-8fa4-f3f2557955c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:aeb487e1-a00a-4c8f-b890-96f33263218a
ModelInvariantUuid:bc02b507-3940-4dd6-b692-20ee40ce2442
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vpg
ModelUuid:07805a61-6a4a-4276-ba0f-29b518761ccd
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-16T06:15:07.143Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@162e80ca marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1988) 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$$627f1c97.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-16T06:15:07.147Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-16T06:15:07.148Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||ERROR|500||(conn=1988) WSREP has not yet prepared node for application use
2022-03-16T06:15:07.149Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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$$627f1c97.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=1988) 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-16T06:15:07.150Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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$$627f1c97.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=1988) 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-16T06:15:07.151Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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$$627f1c97.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-16T06:15:07.152Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:15:07.160Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f33e81f-24d0-4e44-a596-9a285cc30af8 and serviceModelVersionId: 1a3195f6-4b9e-4b28-be14-4a0f82669122
2022-03-16T06:15:07.161Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5183d411-ed56-4cad-bd98-d79ef7280850
2022-03-16T06:15:07.162Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0
2022-03-16T06:15:07.167Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:15:07.258Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|INFO|500||Invoke
2022-03-16T06:15:07.259Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4b62d70-a57c-4f33-adef-d0e8cb24c759], X-ECOMP-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], X-TransactionId=[], X-ONAP-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], Content-Type=[application/merge-patch+json]}
2022-03-16T06:15:07.298Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-16T06:15:07.671Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?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/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220316-06:15:08:391-67242], vertex-id=[385192], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:15:08 GMT], Content-Type=[application/json]}
2022-03-16T06:15:07.671Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:15:07.672Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|INFO|500||InvokeReturn
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:15:07.674Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T06:15:07.675Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:15:07.678Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:15:07.678Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411307673,
  "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-16T06:15:07.779Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:15:07.780Z||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-16T06:15:07.781Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:07.794Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:15:07.796Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-16T06:15:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:15:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:15:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:53.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:15:53.295Z||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-16T06:15:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:53.318Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:15:53.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:15:53.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:15:53.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:02.854Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:16:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:16:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:16:53.289Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:16:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:16:53.296Z||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-16T06:16:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:16:53.332Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:16:53.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411231011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411229362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411231353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411233286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411235712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411243615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411243491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411243766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "cds",
  "timestamp": 1647411244634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-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-16T06:16:53.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411245351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411246559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411247684,
  "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-16T06:16:53.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411249018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411248701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411243279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411243173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411251032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411251317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "clamp",
  "timestamp": 1647411252038,
  "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-16T06:16:53.559Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.559Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411251591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411245640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411252618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411253707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "policy-id",
  "timestamp": 1647411253632,
  "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-16T06:16:53.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.597Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "cds",
  "timestamp": 1647411254713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-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-16T06:16:53.621Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.622Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411256401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411251353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411255712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411264049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411264205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411265211,
  "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-16T06:16:53.674Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411265784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411261011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411267664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411268698,
  "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-16T06:16:53.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411269703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411263178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411271547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411248003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411273018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411272557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411273398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "aai-ml",
  "timestamp": 1647411274026,
  "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-16T06:16:53.742Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "policy-id",
  "timestamp": 1647411273562,
  "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-16T06:16:53.779Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.780Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411278669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411279679,
  "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-16T06:16:53.828Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411275031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411282014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411283005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411284026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:16:53.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "clamp",
  "timestamp": 1647411285031,
  "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-16T06:16:53.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.861Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411286140,
  "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-16T06:16:53.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:02.852Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:17:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:17:53.289Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:17:53.290Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:17:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:17:53.295Z||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-16T06:17:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:17:53.825Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:17:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411293286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411301660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411301576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "aai-ml",
  "timestamp": 1647411302665,
  "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-16T06:17:53.858Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:17:53.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:17:53.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411307673,
  "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-16T06:17:53.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:18:02.867Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:18:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:18:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:18:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:18:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:18:53.295Z||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-16T06:18:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:19:02.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:19:02.851Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:19:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:19:53.291Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:19:53.294Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:19:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:19:53.295Z||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-16T06:19:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:20:02.853Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:20:02.859Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:20:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:20:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:20:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:20:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:20:53.296Z||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-16T06:20:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:02.852Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:02.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:21:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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-16T06:21:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:21:53.295Z||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-16T06:21:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:53.926Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:53.927Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:53.929Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.929Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfff6351-8a17-486c-a682-605a15a83607","serviceName":"vFW 2022-03-16 06-18-11","serviceVersion":"1.0","serviceUUID":"7271292a-b9b0-4340-8363-67ca0fc2868c","serviceDescription":"catalog service description","serviceInvariantUUID":"704327f5-8d95-42bc-aab8-ef86885eb114","resources":[{"resourceInstanceName":"vFW 9852dd34-6529 0","resourceName":"vFW 9852dd34-6529","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1a58adc-17cc-41db-84aa-2f6c47eb1384","resourceInvariantUUID":"63bdb36b-9f37-47bb-8214-a518696b25ef","resourceCustomizationUUID":"f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml","artifactChecksum":"NDEyYjM5YTUzMzkzZDIwZmQ3MDI1YTRmOWEzMzdjOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ede36a5-c9a0-49d2-ba6c-2950a6707479","artifactVersion":"1"},{"artifactName":"vfw9852dd3465290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json","artifactChecksum":"ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8a6b40e-871e-436f-bc4c-d26b1a275707","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d14b2437-7c37-4b4d-934c-02555a947e02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml","artifactChecksum":"YWY2OWUxNzk4MTg2OTZhNWUzYTcwMzYxMGZlYzI2NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a829c781-26df-425b-8447-c461b0c485f0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76a9460f-2a7e-45ad-8321-72f30789f99c","artifactVersion":"2","generatedFromUUID":"d14b2437-7c37-4b4d-934c-02555a947e02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316061811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml","artifactChecksum":"ZjM3NTQzMzNlOGM1NjAwNDllZGQ1NWY0NThkOWM5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6172750d-d4e5-4095-8290-e3dc005aa7c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220316061811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar","artifactChecksum":"MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d385cb83-898d-45a9-8933-afe509dc8d16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:21:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.938Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.938Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.944Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.944Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411691353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411693279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411694362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411695712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411704790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411704278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411704891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411697988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "cds",
  "timestamp": 1647411705801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T06:21:53.981Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:53.981Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:21:53.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411705652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411705972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411706891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411707954,
  "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-16T06:21:54.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:54.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:21:54.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411708959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411703174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411711144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411711891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411712151,
  "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-16T06:21:54.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:54.037Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-16T06:21:54.044Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:54.046Z||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-16T06:21:54.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T06:21:54.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411712898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:21:54.074Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:54.075Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:54.945Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:54.947Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:54.968Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:54.969Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:21:55.055Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-16T06:21:55.057Z||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-16T06:21:55.057Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:55.072Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:55.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:55.970Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:55.972Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:55.975Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:55.975Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:21:56.075Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:56.077Z||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-16T06:21:56.077Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:56.090Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:56.091Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:56.976Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:56.977Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:56.980Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:56.981Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:57.081Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:21:57.083Z||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-16T06:21:57.083Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:57.095Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:57.096Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:57.981Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:57.982Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:57.986Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:57.987Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:21:58.088Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:21:58.091Z||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-16T06:21:58.091Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:58.106Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:58.107Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:58.987Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:58.989Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:58.992Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:58.992Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:21:59.092Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:59.095Z||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-16T06:21:59.095Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:59.110Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:21:59.111Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:59.993Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:59.996Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:00.001Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:00.001Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:22:00.101Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:00.102Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-16T06:22:00.103Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:00.117Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:00.119Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:01.003Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "serviceName": "vFW 2022-03-16 06-18-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7271292a-b9b0-4340-8363-67ca0fc2868c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "704327f5-8d95-42bc-aab8-ef86885eb114",
  "resources": [
    {
      "resourceInstanceName": "vFW 9852dd34-6529 0",
      "resourceCustomizationUUID": "f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9",
      "resourceName": "vFW 9852dd34-6529",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1a58adc-17cc-41db-84aa-2f6c47eb1384",
      "resourceInvariantUUID": "63bdb36b-9f37-47bb-8214-a518696b25ef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9852dd3465290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
          "artifactChecksum": "ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f8a6b40e-871e-436f-bc4c-d26b1a275707",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d14b2437-7c37-4b4d-934c-02555a947e02",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "76a9460f-2a7e-45ad-8321-72f30789f99c",
            "generatedFromUUID": "d14b2437-7c37-4b4d-934c-02555a947e02"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "76a9460f-2a7e-45ad-8321-72f30789f99c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220316061811-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
      "artifactChecksum": "MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d385cb83-898d-45a9-8933-afe509dc8d16"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:22:01.004Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:22:01.004Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7271292a-b9b0-4340-8363-67ca0fc2868c ASDC
2022-03-16T06:22:01.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bfff6351-8a17-486c-a682-605a15a83607
ServiceName:vFW 2022-03-16 06-18-11
ServiceVersion:1.0
ServiceUUID:7271292a-b9b0-4340-8363-67ca0fc2868c
ServiceInvariantUUID:704327f5-8d95-42bc-aab8-ef86885eb114
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316061811-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
ArtifactUUID:d385cb83-898d-45a9-8933-afe509dc8d16
ArtifactChecksum:MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9852dd34-6529 0
ResourceCustomizationUUID:f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
ResourceInvariantUUID:63bdb36b-9f37-47bb-8214-a518696b25ef
ResourceName:vFW 9852dd34-6529
ResourceType:VF
ResourceUUID:a1a58adc-17cc-41db-84aa-2f6c47eb1384
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9852dd3465290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
ArtifactUUID:f8a6b40e-871e-436f-bc4c-d26b1a275707
ArtifactChecksum:ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY=
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
ArtifactUUID:d14b2437-7c37-4b4d-934c-02555a947e02
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
ArtifactUUID:76a9460f-2a7e-45ad-8321-72f30789f99c
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
ArtifactUUID:76a9460f-2a7e-45ad-8321-72f30789f99c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-16T06:22:01.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7271292a-b9b0-4340-8363-67ca0fc2868c 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-16T06:22:01.059Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:22:01.061Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:01.061Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:01.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d385cb83-898d-45a9-8933-afe509dc8d16 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:01.063Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.769Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:01.779Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar d385cb83-898d-45a9-8933-afe509dc8d16 98986
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar ASDC sendASDCNotification
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:01.781Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:01.786Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:01.787Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411721780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:22:01.887Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:01.889Z||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-16T06:22:01.889Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:01.903Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:01.903Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:02.788Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:22:02.789Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:02.790Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d385cb83-898d-45a9-8933-afe509dc8d16, URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar to file: /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.790Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.791Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.791Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:03.161Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6803056016993113103/Definitions/service-Vfw20220316061811-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-16T06:22:06.825Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9852dd34-6529 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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2f06617e-f341-4314-8942-b6ba86fdfa7c
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7f08297-33b9-4f76-92fc-d71c4159b210
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a66bb6e6-192f-488a-8af9-9f09a2e97f54
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-16 06-18-11
Description:catalog service description
Model UUID:7271292a-b9b0-4340-8363-67ca0fc2868c
Model Version:NULL
Model InvariantUuid:704327f5-8d95-42bc-aab8-ef86885eb114
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9852dd34-6529
Model UUID:61ca61f6-88fc-41a8-8f2a-3db3b1aa417d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63bdb36b-9f37-47bb-8214-a518696b25ef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
ModelName:Vfw9852dd346529..base_vfw..module-0
ModelUuid:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2f06617e-f341-4314-8942-b6ba86fdfa7c
ModelInvariantUuid:5ea9708d-bbe4-4caf-ab73-5a445302f265
ModelName:vFW 9852dd34-6529-nodes.vfwCvfc
ModelUuid:f47dc404-d3d6-4d3d-9784-d4e339406ff4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5789583e-615c-4ae0-bc5e-ac887f2d9e8d
ModelInvariantUuid:ec7a5411-319e-4c02-89da-cd2fba2cb817
ModelName:Vfw9852dd346529.compute.nodes.heat.vfw
ModelUuid:b7fa216e-b151-479e-9cc2-ae383f7b64e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e7f08297-33b9-4f76-92fc-d71c4159b210
ModelInvariantUuid:17f6c580-2a10-46e7-b1fd-ae3dd3c34e79
ModelName:vFW 9852dd34-6529-nodes.vsnCvfc
ModelUuid:d7fefccf-bb27-430a-b75b-356cb795739f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:80d1bcd7-3a6d-4148-8512-f0e4faf78d80
ModelInvariantUuid:fb285b27-681b-40c9-80a7-80300dc09618
ModelName:Vfw9852dd346529.compute.nodes.heat.vsn
ModelUuid:9311652f-16f4-4375-b4a8-c1e598794c9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a66bb6e6-192f-488a-8af9-9f09a2e97f54
ModelInvariantUuid:af07570c-67e3-4976-8345-8e6eaf564ce7
ModelName:vFW 9852dd34-6529-nodes.vpgCvfc
ModelUuid:82336f7b-55e6-40d2-9bab-3366afc9d052
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b074cf69-d503-422f-9e69-707e207c6618
ModelInvariantUuid:9d216bf7-38b2-4449-8177-790a4ea68469
ModelName:Vfw9852dd346529.compute.nodes.heat.vpg
ModelUuid:a191e999-ac28-463e-9942-3f9e96177a58
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-16T06:22:06.862Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a1a58adc-17cc-41db-84aa-2f6c47eb1384
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-16T06:22:06.906Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||vFW 9852dd34-6529 0
2022-03-16T06:22:06.918Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1a58adc-17cc-41db-84aa-2f6c47eb1384
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f8a6b40e-871e-436f-bc4c-d26b1a275707 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:07.150Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:07.151Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json f8a6b40e-871e-436f-bc4c-d26b1a275707 785
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json ASDC sendASDCNotification
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:07.156Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:07.156Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411727151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:22:07.257Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:22:07.259Z||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-16T06:22:07.259Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:07.274Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:07.275Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:22:08.158Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9852dd346529..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "755ef245-55a0-4fb9-a7a3-0fb19cb547f1",
    "vfModuleModelCustomizationUUID": "7daf7404-ca5a-4f52-90f4-ceeb22740e6a",
    "isBase": true,
    "artifacts": [
      "d14b2437-7c37-4b4d-934c-02555a947e02",
      "76a9460f-2a7e-45ad-8321-72f30789f99c"
    ],
    "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-16T06:22:08.192Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9852dd346529..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
VfModuleModelInvariantUUID:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
VfModuleModelDescription:NULL
Artifacts UUID List:{
d14b2437-7c37-4b4d-934c-02555a947e02
,
76a9460f-2a7e-45ad-8321-72f30789f99c

}
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-16T06:22:08.196Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9852dd346529..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "755ef245-55a0-4fb9-a7a3-0fb19cb547f1",
    "vfModuleModelCustomizationUUID": "7daf7404-ca5a-4f52-90f4-ceeb22740e6a",
    "isBase": true,
    "artifacts": [
      "d14b2437-7c37-4b4d-934c-02555a947e02",
      "76a9460f-2a7e-45ad-8321-72f30789f99c"
    ],
    "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-16T06:22:08.196Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9852dd346529..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
VfModuleModelInvariantUUID:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
VfModuleModelDescription:NULL
Artifacts UUID List:{
d14b2437-7c37-4b4d-934c-02555a947e02
,
76a9460f-2a7e-45ad-8321-72f30789f99c

}
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-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d14b2437-7c37-4b4d-934c-02555a947e02 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.448Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:08.449Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml d14b2437-7c37-4b4d-934c-02555a947e02 20368
2022-03-16T06:22:08.450Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:08.455Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:08.455Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411728450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:22:08.558Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:22:08.559Z||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-16T06:22:08.560Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:08.571Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:08.572Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:09.459Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76a9460f-2a7e-45ad-8321-72f30789f99c from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.460Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:09.460Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.741Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:09.741Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env 76a9460f-2a7e-45ad-8321-72f30789f99c 2098
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:09.743Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:09.754Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:09.754Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411729742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:22:09.847Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-16T06:22:09.848Z||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-16T06:22:09.848Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:09.861Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:09.862Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:10.756Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7271292a-b9b0-4340-8363-67ca0fc2868c
2022-03-16T06:22:10.756Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9852dd34-6529 0 a1a58adc-17cc-41db-84aa-2f6c47eb1384 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-16T06:22:10.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f90892, org.onap.sdc.toscaparser.api.parameters.Input@236b41a0, org.onap.sdc.toscaparser.api.parameters.Input@66545daa, org.onap.sdc.toscaparser.api.parameters.Input@7e311c41, org.onap.sdc.toscaparser.api.parameters.Input@34c6368d]
2022-03-16T06:22:10.849Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.849Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9 matches Tosca VF Customization UUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9  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-16T06:22:10.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.867Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9: {\"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-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6169e84d
2022-03-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:22:10.869Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7daf7404-ca5a-4f52-90f4-ceeb22740e6a
2022-03-16T06:22:10.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7daf7404-ca5a-4f52-90f4-ceeb22740e6a
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-16T06:22:10.885Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.886Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.886Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.888Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.888Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.890Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.891Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.891Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:22:10.892Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.895Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2f06617e-f341-4314-8942-b6ba86fdfa7c
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-16T06:22:10.908Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.909Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.910Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.913Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.913Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7f08297-33b9-4f76-92fc-d71c4159b210
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-16T06:22:10.923Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.924Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.924Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.929Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.930Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.933Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:22:10.933Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a66bb6e6-192f-488a-8af9-9f09a2e97f54
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-16T06:22:10.947Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.952Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.952Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
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-16T06:22:10.957Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.957Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7271292a-b9b0-4340-8363-67ca0fc2868c: vFW 9852dd34-6529
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.961Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-16 06-18-11 
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-16T06:22:11.462Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9852dd34-6529 a1a58adc-17cc-41db-84aa-2f6c47eb1384 1 ASDC deployResourceStructure
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json ASDC sendASDCNotification
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:11.467Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:11.467Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411731462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:22:11.567Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:11.569Z||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-16T06:22:11.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:11.595Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:11.596Z||pool-32-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:12.469Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:22:12.469Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:12.470Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:12.470Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:12.473Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:12.474Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411732469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:22:12.574Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:22:12.575Z||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-16T06:22:12.575Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:12.586Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:12.587Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:13.476Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:13.479Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:13.480Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411733475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:22:13.579Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:22:13.581Z||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-16T06:22:13.581Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:13.594Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:13.595Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:22:14.481Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar ASDC sendASDCNotification
2022-03-16T06:22:14.481Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:14.482Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:14.482Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:14.486Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:14.487Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411734481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:22:14.587Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:14.589Z||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-16T06:22:14.589Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:14.606Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:14.608Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:15.488Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:22:15.516Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:22:15.523Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:22:15.524Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:22:15.524Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:22:45.525Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:22:45.555Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:22:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:22:53.296Z||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-16T06:22:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:53.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:22:53.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:22:53.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:22:53.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:15.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:23:15.592Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:23:15.600Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:23:15.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:23:15.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:23:45.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:23:45.632Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:23:45.646Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:23:45.647Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:23:45.647Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:23:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:23:53.296Z||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-16T06:23:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:23:53.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:23:53.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "policy-id",
  "timestamp": 1647411713904,
  "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-16T06:23:53.855Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.855Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411711011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411722161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411721780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "aai-ml",
  "timestamp": 1647411723165,
  "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-16T06:23:53.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411726105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411727151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411728120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411728450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "clamp",
  "timestamp": 1647411729125,
  "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-16T06:23:53.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411729742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411731462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411732469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411733475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411734481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:15.648Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:24:15.667Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.674Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:24:15.674Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:24:15.683Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:24:45.683Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfff6351-8a17-486c-a682-605a15a83607 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-16T06:24:45.692Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfff6351-8a17-486c-a682-605a15a83607 and serviceModelVersionId: 7271292a-b9b0-4340-8363-67ca0fc2868c
2022-03-16T06:24:45.692Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 704327f5-8d95-42bc-aab8-ef86885eb114
2022-03-16T06:24:45.695Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0
2022-03-16T06:24:45.709Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:24:45.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?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-16T06:24:45.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|INFO|500||Invoke
2022-03-16T06:24:45.896Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-16T06:24:46.444Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|INFO|500||InvokeReturn
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220316-06:24:46:995-45057], vertex-id=[221184], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:24:46 GMT], Content-Type=[application/json]}
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:24:46.446Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfff6351-8a17-486c-a682-605a15a83607 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:24:46.458Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:46.464Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:46.464Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411886457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:24:46.564Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:46.566Z||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-16T06:24:46.567Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:46.583Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:46.584Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 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-16T06:24:47.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:24:47.487Z||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-16T06:24:47.488Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:51.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:51.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:24:51.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"43136fab-33e0-4275-8393-86b80cfbbf51","serviceName":"vFW 2022-03-16 06-21-02","serviceVersion":"1.0","serviceUUID":"15fabc8e-3960-462b-952c-9c51226afae0","serviceDescription":"catalog service description","serviceInvariantUUID":"bff04345-24f5-4743-97bd-12f730d88856","resources":[{"resourceInstanceName":"vFW a2cbeaea-8476 0","resourceName":"vFW a2cbeaea-8476","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d930c67-51b5-47d5-bd1f-4f79fbc1ac82","resourceInvariantUUID":"651b6fe1-8b71-44e9-9fe9-b10273056c5c","resourceCustomizationUUID":"06b3afbe-87fd-4f58-a6a3-597e1d64c11b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml","artifactChecksum":"ODAzM2IwM2U3ZjY3NzhmMDI4MWRmZDY0ZDg4NTIyMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f4a76c7-b3b0-4f60-b449-730823b9fe4a","artifactVersion":"1"},{"artifactName":"vfwa2cbeaea84760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json","artifactChecksum":"ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6f79762-6029-43af-b7d1-dd0920a66015","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"953ef56f-d351-4350-af05-f4a8d21fc2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml","artifactChecksum":"NzVkOTJmOGYxZWFlN2M2YjhhM2EzMTA5ODE3MTc0MmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3174cea-ac1b-47fe-83ef-b1d302f74241","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7c277f1-6eb1-409c-9fae-8eb548200860","artifactVersion":"2","generatedFromUUID":"953ef56f-d351-4350-af05-f4a8d21fc2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316062102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml","artifactChecksum":"ZjE2NDE3NjQyYjEzNTlmNjE2YTI5OTFiNDM3NzQyMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"540f7450-c719-412e-b2db-fd5dfe872090","artifactVersion":"1"},{"artifactName":"service-Vfw20220316062102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar","artifactChecksum":"YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6176d130-c2c9-4150-b5ac-90bdba3cf0f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:24:51.948Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:51.949Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:51.962Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:51.962Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:52.066Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-16T06:24:52.068Z||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-16T06:24:52.068Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:52.081Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:52.082Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:24:52.973Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:52.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:52.978Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:52.978Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.078Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:53.080Z||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-16T06:24:53.081Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:53.095Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:53.095Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:24:53.295Z||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-16T06:24:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:53.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:53.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411886457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:24:53.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411877988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411883173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411875712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411892245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411892257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411892277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:24:53.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:24:53.983Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:53.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:53.989Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:53.989Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:24:54.090Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:54.091Z||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-16T06:24:54.092Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:54.113Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:54.115Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:54.991Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:54.992Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:55.015Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:55.015Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:55.096Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-03-16T06:24:55.098Z||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-16T06:24:55.098Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:55.113Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:55.113Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:56.016Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:56.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:56.021Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:56.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:24:56.121Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:56.123Z||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-16T06:24:56.123Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:56.135Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:56.137Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:57.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:57.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:57.031Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:57.031Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:24:57.131Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:57.133Z||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-16T06:24:57.133Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:57.144Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:57.145Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:58.032Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:58.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:58.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:58.044Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:24:58.143Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:24:58.145Z||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-16T06:24:58.145Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:58.164Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:58.165Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:59.046Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "serviceName": "vFW 2022-03-16 06-21-02",
  "serviceVersion": "1.0",
  "serviceUUID": "15fabc8e-3960-462b-952c-9c51226afae0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bff04345-24f5-4743-97bd-12f730d88856",
  "resources": [
    {
      "resourceInstanceName": "vFW a2cbeaea-8476 0",
      "resourceCustomizationUUID": "06b3afbe-87fd-4f58-a6a3-597e1d64c11b",
      "resourceName": "vFW a2cbeaea-8476",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d930c67-51b5-47d5-bd1f-4f79fbc1ac82",
      "resourceInvariantUUID": "651b6fe1-8b71-44e9-9fe9-b10273056c5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa2cbeaea84760_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
          "artifactChecksum": "ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a6f79762-6029-43af-b7d1-dd0920a66015",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "953ef56f-d351-4350-af05-f4a8d21fc2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b7c277f1-6eb1-409c-9fae-8eb548200860",
            "generatedFromUUID": "953ef56f-d351-4350-af05-f4a8d21fc2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b7c277f1-6eb1-409c-9fae-8eb548200860",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220316062102-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
      "artifactChecksum": "YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6176d130-c2c9-4150-b5ac-90bdba3cf0f9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:24:59.047Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:24:59.047Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15fabc8e-3960-462b-952c-9c51226afae0 ASDC
2022-03-16T06:24:59.049Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:43136fab-33e0-4275-8393-86b80cfbbf51
ServiceName:vFW 2022-03-16 06-21-02
ServiceVersion:1.0
ServiceUUID:15fabc8e-3960-462b-952c-9c51226afae0
ServiceInvariantUUID:bff04345-24f5-4743-97bd-12f730d88856
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316062102-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
ArtifactUUID:6176d130-c2c9-4150-b5ac-90bdba3cf0f9
ArtifactChecksum:YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2cbeaea-8476 0
ResourceCustomizationUUID:06b3afbe-87fd-4f58-a6a3-597e1d64c11b
ResourceInvariantUUID:651b6fe1-8b71-44e9-9fe9-b10273056c5c
ResourceName:vFW a2cbeaea-8476
ResourceType:VF
ResourceUUID:7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2cbeaea84760_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
ArtifactUUID:a6f79762-6029-43af-b7d1-dd0920a66015
ArtifactChecksum:ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA=
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
ArtifactUUID:953ef56f-d351-4350-af05-f4a8d21fc2e0
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
ArtifactUUID:b7c277f1-6eb1-409c-9fae-8eb548200860
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
ArtifactUUID:b7c277f1-6eb1-409c-9fae-8eb548200860
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-16T06:24:59.049Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15fabc8e-3960-462b-952c-9c51226afae0 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-16T06:24:59.143Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:24:59.145Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:24:59.146Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:24:59.147Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6176d130-c2c9-4150-b5ac-90bdba3cf0f9 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.147Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:24:59.149Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.772Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:24:59.786Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar 6176d130-c2c9-4150-b5ac-90bdba3cf0f9 98925
2022-03-16T06:24:59.787Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar ASDC sendASDCNotification
2022-03-16T06:24:59.787Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.788Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:24:59.788Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:59.792Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:59.793Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411899787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:24:59.892Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:24:59.894Z||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-16T06:24:59.894Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:59.906Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:24:59.907Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:00.799Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:25:00.801Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:25:00.802Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6176d130-c2c9-4150-b5ac-90bdba3cf0f9, URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar to file: /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.803Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.803Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.804Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:01.300Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11683619433970552226/Definitions/service-Vfw20220316062102-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-16T06:25:04.559Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2cbeaea-8476 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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04f5ce25-11bb-4e7f-a157-9f06a82bd92e
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.574Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.574Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.576Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:25:04.576Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.577Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.577Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e7effde-3750-4c8b-bad6-b1537d54b30c
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5db4d307-04af-432b-851d-69dee9361ad0
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-16 06-21-02
Description:catalog service description
Model UUID:15fabc8e-3960-462b-952c-9c51226afae0
Model Version:NULL
Model InvariantUuid:bff04345-24f5-4743-97bd-12f730d88856
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a2cbeaea-8476
Model UUID:1b694417-388f-4166-b0b8-86274087ebab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:651b6fe1-8b71-44e9-9fe9-b10273056c5c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06b3afbe-87fd-4f58-a6a3-597e1d64c11b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:039cad11-1ba0-4332-8926-5c08a5d31fc1
ModelName:VfwA2cbeaea8476..base_vfw..module-0
ModelUuid:5d810384-7c5c-4173-9a30-a366bac1b4a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:04f5ce25-11bb-4e7f-a157-9f06a82bd92e
ModelInvariantUuid:585d3a02-85a1-4980-a15e-9d5d5bfa895a
ModelName:vFW a2cbeaea-8476-nodes.vfwCvfc
ModelUuid:c9f49e0e-e9ce-4cc5-bd43-bd796213d3d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7cea0615-be06-418d-9c74-6ae89c627d83
ModelInvariantUuid:365628b8-5647-465a-bfc5-bc7b8d59a4f4
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vfw
ModelUuid:a46e9cb3-5b50-4118-b5ff-e1abcd493e96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e7effde-3750-4c8b-bad6-b1537d54b30c
ModelInvariantUuid:86bbecb8-c333-4eea-bb7e-df3841c057dc
ModelName:vFW a2cbeaea-8476-nodes.vsnCvfc
ModelUuid:31865d00-99c3-4475-b8f5-4e7dbcf9319b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a4a2e386-409f-45be-b23b-eca388714368
ModelInvariantUuid:8f7160f2-7ba0-4a8f-ac9a-4fe47ca3cc5b
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vsn
ModelUuid:d64ac41d-24a6-4fb2-8d30-8348123aec54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5db4d307-04af-432b-851d-69dee9361ad0
ModelInvariantUuid:f9d2132b-9c9b-4074-ad7d-ac8837f7876c
ModelName:vFW a2cbeaea-8476-nodes.vpgCvfc
ModelUuid:4182bd75-9017-4da9-a266-240fc49b2ec9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b31a272b-4160-4215-9b0b-8d221ae7b104
ModelInvariantUuid:6e322003-c6f6-41ae-83c9-bbc5e9194b81
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vpg
ModelUuid:86c92491-42ed-4295-becf-34790b5cc13c
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-16T06:25:04.603Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
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-16T06:25:04.620Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||vFW a2cbeaea-8476 0
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6f79762-6029-43af-b7d1-dd0920a66015 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:04.622Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.948Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:04.950Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json a6f79762-6029-43af-b7d1-dd0920a66015 785
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json ASDC sendASDCNotification
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:04.956Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:04.956Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411904951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:25:05.058Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:25:05.059Z||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-16T06:25:05.060Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:05.080Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:05.081Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:25:05.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2cbeaea8476..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "039cad11-1ba0-4332-8926-5c08a5d31fc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d810384-7c5c-4173-9a30-a366bac1b4a9",
    "vfModuleModelCustomizationUUID": "68ecd77a-b37d-4bfc-900c-de6898e9b28f",
    "isBase": true,
    "artifacts": [
      "953ef56f-d351-4350-af05-f4a8d21fc2e0",
      "b7c277f1-6eb1-409c-9fae-8eb548200860"
    ],
    "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-16T06:25:05.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2cbeaea8476..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d810384-7c5c-4173-9a30-a366bac1b4a9
VfModuleModelInvariantUUID:039cad11-1ba0-4332-8926-5c08a5d31fc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
953ef56f-d351-4350-af05-f4a8d21fc2e0
,
b7c277f1-6eb1-409c-9fae-8eb548200860

}
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-16T06:25:05.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2cbeaea8476..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "039cad11-1ba0-4332-8926-5c08a5d31fc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d810384-7c5c-4173-9a30-a366bac1b4a9",
    "vfModuleModelCustomizationUUID": "68ecd77a-b37d-4bfc-900c-de6898e9b28f",
    "isBase": true,
    "artifacts": [
      "953ef56f-d351-4350-af05-f4a8d21fc2e0",
      "b7c277f1-6eb1-409c-9fae-8eb548200860"
    ],
    "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-16T06:25:05.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2cbeaea8476..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d810384-7c5c-4173-9a30-a366bac1b4a9
VfModuleModelInvariantUUID:039cad11-1ba0-4332-8926-5c08a5d31fc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
953ef56f-d351-4350-af05-f4a8d21fc2e0
,
b7c277f1-6eb1-409c-9fae-8eb548200860

}
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-16T06:25:05.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 953ef56f-d351-4350-af05-f4a8d21fc2e0 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:05.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:05.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:06.452Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:06.460Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml 953ef56f-d351-4350-af05-f4a8d21fc2e0 20368
2022-03-16T06:25:06.460Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:06.465Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:06.466Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411906460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:25:06.565Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:25:06.567Z||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-16T06:25:06.568Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:06.585Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:06.586Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:07.467Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7c277f1-6eb1-409c-9fae-8eb548200860 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.468Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:07.469Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.647Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:07.648Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env b7c277f1-6eb1-409c-9fae-8eb548200860 2098
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:07.657Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:07.658Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411907649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:25:07.758Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:25:07.759Z||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-16T06:25:07.759Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:07.790Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:07.791Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:25:08.659Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15fabc8e-3960-462b-952c-9c51226afae0
2022-03-16T06:25:08.660Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2cbeaea-8476 0 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82 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-16T06:25:08.688Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cbe7e59, org.onap.sdc.toscaparser.api.parameters.Input@2f6e13ab, org.onap.sdc.toscaparser.api.parameters.Input@12519012, org.onap.sdc.toscaparser.api.parameters.Input@455b282d, org.onap.sdc.toscaparser.api.parameters.Input@5a88ca69]
2022-03-16T06:25:08.690Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.691Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.691Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-16T06:25:08.691Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 06b3afbe-87fd-4f58-a6a3-597e1d64c11b
2022-03-16T06:25:08.692Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06b3afbe-87fd-4f58-a6a3-597e1d64c11b matches Tosca VF Customization UUID: 06b3afbe-87fd-4f58-a6a3-597e1d64c11b
2022-03-16T06:25:08.695Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 06b3afbe-87fd-4f58-a6a3-597e1d64c11b  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-16T06:25:08.700Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.701Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.704Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 06b3afbe-87fd-4f58-a6a3-597e1d64c11b: {\"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-16T06:25:08.704Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7edf17e
2022-03-16T06:25:08.705Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.705Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:25:08.705Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68ecd77a-b37d-4bfc-900c-de6898e9b28f
2022-03-16T06:25:08.706Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68ecd77a-b37d-4bfc-900c-de6898e9b28f
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-16T06:25:08.711Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.711Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.712Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:08.712Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.712Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.712Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:08.713Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.713Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:08.713Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:08.714Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:25:08.714Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:08.714Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:08.714Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:08.714Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.715Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.715Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:08.715Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.715Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:08.715Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.716Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04f5ce25-11bb-4e7f-a157-9f06a82bd92e
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-16T06:25:08.719Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.720Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.720Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:08.720Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.721Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:08.721Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:08.721Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:08.722Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.722Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.722Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.723Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:08.723Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:08.723Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:25:08.723Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:08.724Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.724Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:08.724Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.724Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e7effde-3750-4c8b-bad6-b1537d54b30c
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-16T06:25:08.728Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.728Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.729Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:08.729Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.729Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:08.730Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:08.730Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:08.730Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.731Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.731Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.731Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:08.732Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:08.732Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:08.732Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:08.732Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:08.733Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:08.733Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:25:08.733Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5db4d307-04af-432b-851d-69dee9361ad0
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-16T06:25:08.739Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.739Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.740Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:08.740Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.741Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:08.741Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=06b3afbe-87fd-4f58-a6a3-597e1d64c11b
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-16T06:25:08.748Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.748Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.749Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 15fabc8e-3960-462b-952c-9c51226afae0: vFW a2cbeaea-8476
2022-03-16T06:25:08.749Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.749Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.750Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.750Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.751Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.751Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.752Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.752Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.752Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:25:08.753Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:08.753Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-16 06-21-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T06:25:09.095Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2cbeaea-8476 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82 1 ASDC deployResourceStructure
2022-03-16T06:25:09.096Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json ASDC sendASDCNotification
2022-03-16T06:25:09.096Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:09.096Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:25:09.098Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:09.102Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:09.102Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411909096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:25:09.202Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:25:09.204Z||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-16T06:25:09.204Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:09.226Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:09.227Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:25:10.103Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:25:10.104Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:10.104Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:25:10.106Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:10.123Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:10.124Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411910103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:25:10.223Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:25:10.225Z||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-16T06:25:10.225Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:10.240Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:10.241Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:11.125Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:25:11.126Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:11.126Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:25:11.126Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:11.130Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:11.130Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411911125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:25:11.232Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:25:11.238Z||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-16T06:25:11.238Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:11.254Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:11.255Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:12.131Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar ASDC sendASDCNotification
2022-03-16T06:25:12.131Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:12.131Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:25:12.132Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:12.146Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:12.147Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411912131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:25:12.251Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-16T06:25:12.252Z||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-16T06:25:12.252Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:12.265Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:12.265Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:13.162Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:25:13.178Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:25:13.182Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:25:13.182Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:25:13.182Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:25:43.183Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:25:43.199Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:25:43.204Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:25:43.204Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:25:43.204Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:25:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:25:53.296Z||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-16T06:25:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:53.329Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:25:53.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:25:53.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411893286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:25:53.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:26:13.204Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:26:13.231Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:26:13.235Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:26:13.236Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:26:13.236Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:26:43.237Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:26:43.284Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:26:43.289Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:26:43.290Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:26:43.290Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:26:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:26:53.296Z||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-16T06:26:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:26:53.334Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:26:53.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:26:53.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:26:53.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:13.290Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:27:13.317Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:27:13.333Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:27:13.334Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:27:13.334Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:27:43.336Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:27:43.352Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:27:43.365Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:27:43.365Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:27:43.366Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:27:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:27:53.296Z||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-16T06:27:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:27:53.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:27:53.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411893953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "policy-id",
  "timestamp": 1647411894292,
  "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-16T06:27:53.867Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:53.869Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:27:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411889362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411895574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411896657,
  "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-16T06:27:53.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:53.905Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:27:53.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647411891353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411897606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411891011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647411897662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411887485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "cds",
  "timestamp": 1647411898615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-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-16T06:27:53.927Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:53.927Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:27:53.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411898130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647411899136,
  "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-16T06:27:53.947Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:53.947Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:27:53.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411899787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411904951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411906460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411907649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:27:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411909096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411903279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:27:53.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:27:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411910103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411911459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:27:53.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411911125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647411912131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411913149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:53.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:53.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:53.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "clamp",
  "timestamp": 1647411914154,
  "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-16T06:27:54.006Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:54.007Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:27:54.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:54.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411928869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:27:54.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:27:54.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:27:54.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "aai-ml",
  "timestamp": 1647411929875,
  "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-16T06:27:54.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43136fab-33e0-4275-8393-86b80cfbbf51
2022-03-16T06:27:54.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:28:13.366Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:28:13.383Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:28:13.389Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:28:13.389Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:28:13.391Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:28:13.391Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:28:13.391Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.391Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.391Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.392Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.392Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.392Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:28:13.392Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:28:13.413Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:28:43.414Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43136fab-33e0-4275-8393-86b80cfbbf51 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-16T06:28:43.428Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43136fab-33e0-4275-8393-86b80cfbbf51 and serviceModelVersionId: 15fabc8e-3960-462b-952c-9c51226afae0
2022-03-16T06:28:43.428Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bff04345-24f5-4743-97bd-12f730d88856
2022-03-16T06:28:43.430Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?depth=0
2022-03-16T06:28:43.452Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:28:43.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|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/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?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-16T06:28:43.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?depth=0|INFO|500||Invoke
2022-03-16T06:28:43.622Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-16T06:28:43.945Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?depth=0|INFO|500||InvokeReturn
2022-03-16T06:28:43.947Z|43136fab-33e0-4275-8393-86b80cfbbf51|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/bff04345-24f5-4743-97bd-12f730d88856/model-vers/model-ver/15fabc8e-3960-462b-952c-9c51226afae0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220316-06:28:44:721-7339], vertex-id=[188608], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:28:44 GMT], Content-Type=[application/json]}
2022-03-16T06:28:43.948Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:28:43.948Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:28:43.948Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:28:43.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:28:43.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43136fab-33e0-4275-8393-86b80cfbbf51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:28:43.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:28:43.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:28:43.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:28:43.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412123958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:28:44.063Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:28:44.065Z||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-16T06:28:44.065Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:28:44.085Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:28:44.086Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-16T06:28:44.985Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:28:44.986Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:28:44.986Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:28:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:28:53.295Z||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-16T06:28:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:28:53.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:28:53.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-16T06:28:53.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412123958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:28:53.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:28:55.314Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:28:55.316Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:28:55.317Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:28:55.317Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:04.866Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:29:04.867Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:04.868Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:29:04.869Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:14.417Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:29:14.419Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:14.419Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:29:14.420Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:23.978Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:29:23.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:23.980Z||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-16T06:29:23.980Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:33.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:29:33.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:33.559Z||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-16T06:29:33.559Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:43.150Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:29:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:53.287Z||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-16T06:29:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:29:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:29:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:29:53.296Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:30:02.839Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:30:02.875Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:30:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:30:53.288Z||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-16T06:30:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:30:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:30:53.295Z||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-16T06:30:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:31:02.842Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:31:02.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:31:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:31:53.288Z||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-16T06:31:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:31:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:31:53.295Z||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-16T06:31:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:32:02.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:32:02.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:32:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:32:53.287Z||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-16T06:32:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:32:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:32:53.295Z||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-16T06:32:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:33:02.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:33:02.875Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:33:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:33:53.288Z||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-16T06:33:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:33:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:33:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:33:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:01.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:01.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:34:01.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4703d477-341f-4a20-9ebe-bb10e359c381","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"178836ad-a27a-449a-a208-6aec71324abf","serviceDescription":"service","serviceInvariantUUID":"64b1170c-ddc4-4cb4-8809-68cfc29c56cc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ac9c1dab-0b4a-4ce9-aca6-767d774dee15","resourceInvariantUUID":"a53f994a-9fd8-43b3-ab5d-ec8abd79006b","resourceCustomizationUUID":"61ecf87b-ee32-4266-8ea1-a95d06ff1549","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":"MmM3YTExNzc1MjM0MDZjMzE1ZTYwZWYwNTJkMWU0Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7eea4cd2-106e-4d86-b7f1-04d1c8bfa740","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGYxODU2MmE2ODVjMzNjNmNlYjdiOWI4YjczY2U0MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"158dea8a-0848-4350-a4b2-4350ead48577","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:34:01.908Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:34:01.909Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:34:01.913Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:34:01.914Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412433286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:34:02.014Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:34:02.015Z||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-16T06:34:02.015Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:02.041Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:02.042Z||pool-53-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:34:02.163Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:02.164Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:34:02.164Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412435712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:34:02.165Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:34:02.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:34:02.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:34:02.919Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:34:02.920Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412433286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:34:03.019Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:34:03.021Z||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-16T06:34:03.022Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:03.051Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:03.052Z||pool-54-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:34:03.920Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "178836ad-a27a-449a-a208-6aec71324abf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64b1170c-ddc4-4cb4-8809-68cfc29c56cc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "61ecf87b-ee32-4266-8ea1-a95d06ff1549",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ac9c1dab-0b4a-4ce9-aca6-767d774dee15",
      "resourceInvariantUUID": "a53f994a-9fd8-43b3-ab5d-ec8abd79006b",
      "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": "MGYxODU2MmE2ODVjMzNjNmNlYjdiOWI4YjczY2U0MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "158dea8a-0848-4350-a4b2-4350ead48577"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:34:03.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:34:03.930Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 178836ad-a27a-449a-a208-6aec71324abf ASDC
2022-03-16T06:34:03.932Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4703d477-341f-4a20-9ebe-bb10e359c381
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:178836ad-a27a-449a-a208-6aec71324abf
ServiceInvariantUUID:64b1170c-ddc4-4cb4-8809-68cfc29c56cc
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:158dea8a-0848-4350-a4b2-4350ead48577
ArtifactChecksum:MGYxODU2MmE2ODVjMzNjNmNlYjdiOWI4YjczY2U0MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:61ecf87b-ee32-4266-8ea1-a95d06ff1549
ResourceInvariantUUID:a53f994a-9fd8-43b3-ab5d-ec8abd79006b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ac9c1dab-0b4a-4ce9-aca6-767d774dee15
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-16T06:34:03.932Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 178836ad-a27a-449a-a208-6aec71324abf 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-16T06:34:04.013Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:34:04.014Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:34:04.014Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:34:04.014Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 158dea8a-0848-4350-a4b2-4350ead48577 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-16T06:34:04.014Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-16T06:34:04.015Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-16T06:34:05.468Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-16T06:34:05.472Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 158dea8a-0848-4350-a4b2-4350ead48577 52512
2022-03-16T06:34:05.473Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:05.476Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:05.476Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:34:05.476Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:34:05.480Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:34:05.480Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412445473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:34:05.585Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-16T06:34:05.586Z||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-16T06:34:05.587Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:05.609Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:05.610Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:34:06.483Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:34:06.484Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:34:06.484Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 158dea8a-0848-4350-a4b2-4350ead48577, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-16T06:34:06.484Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-16T06:34:06.485Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-16T06:34:06.485Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-16T06:34:06.855Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3496682764678138532/Definitions/service-BasicNetwork-template.yml
2022-03-16T06:34:07.582Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:34:07.583Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-16T06:34:07.583Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-16T06:34:07.583Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-16T06:34:07.583Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.583Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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-16T06:34:07.584Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-16T06:34:07.585Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.585Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.585Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-16T06:34:07.586Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-16T06:34:07.586Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:34:07.586Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.586Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.587Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.588Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.588Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.589Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.589Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.589Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:34:07.589Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:34:07.590Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:178836ad-a27a-449a-a208-6aec71324abf
Model Version:NULL
Model InvariantUuid:64b1170c-ddc4-4cb4-8809-68cfc29c56cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a53f994a-9fd8-43b3-ab5d-ec8abd79006b
Model UUID:0a917ff9-16f2-4daf-b850-1f46918f6306
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:61ecf87b-ee32-4266-8ea1-a95d06ff1549
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-16T06:34:07.600Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5689a532 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1990) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.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$$627f1c97.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-16T06:34:07.602Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-16T06:34:07.605Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||ERROR|500||(conn=1990) WSREP has not yet prepared node for application use
2022-03-16T06:34:07.607Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.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$$627f1c97.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=1990) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-16T06:34:07.608Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.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$$627f1c97.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1990) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-16T06:34:07.609Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||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$$627f1c97.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-16T06:34:07.610Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:34:07.618Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4703d477-341f-4a20-9ebe-bb10e359c381 and serviceModelVersionId: 178836ad-a27a-449a-a208-6aec71324abf
2022-03-16T06:34:07.619Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64b1170c-ddc4-4cb4-8809-68cfc29c56cc
2022-03-16T06:34:07.621Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0
2022-03-16T06:34:07.630Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:34:07.748Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0|INFO|500||Invoke
2022-03-16T06:34:07.749Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4703d477-341f-4a20-9ebe-bb10e359c381], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58dcdb39-1652-4d8e-80fd-f4992f560aa1], X-ECOMP-RequestID=[4703d477-341f-4a20-9ebe-bb10e359c381], X-TransactionId=[], X-ONAP-RequestID=[4703d477-341f-4a20-9ebe-bb10e359c381], Content-Type=[application/merge-patch+json]}
2022-03-16T06:34:07.804Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-16T06:34:07.871Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?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/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220316-06:34:08:906-16106], Content-Length=[495], Date=[Wed, 16 Mar 2022 06:34:08 GMT], Content-Type=[application/json]}
2022-03-16T06:34:07.873Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf","ERR.5.4.6114"]}}}

2022-03-16T06:34:07.875Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-16T06:34:07.941Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4703d477-341f-4a20-9ebe-bb10e359c381 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf) (ec=ERR.5.4.6114)
2022-03-16T06:34:07.942Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4703d477-341f-4a20-9ebe-bb10e359c381 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-16T06:34:07.944Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4703d477-341f-4a20-9ebe-bb10e359c381 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf) (ec=ERR.5.4.6114)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4703d477-341f-4a20-9ebe-bb10e359c381 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	... 9 common frames omitted
2022-03-16T06:34:07.946Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4703d477-341f-4a20-9ebe-bb10e359c381 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/64b1170c-ddc4-4cb4-8809-68cfc29c56cc/model-vers/model-ver/178836ad-a27a-449a-a208-6aec71324abf) (ec=ERR.5.4.6114)
2022-03-16T06:34:07.947Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:34:07.947Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T06:34:07.948Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:34:07.953Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:34:07.953Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412447947,
  "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-16T06:34:08.063Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-16T06:34:08.065Z||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-16T06:34:08.065Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:08.086Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:08.087Z||pool-56-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-16T06:34:53.286Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:34:53.288Z|4703d477-341f-4a20-9ebe-bb10e359c381|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-16T06:34:53.288Z|4703d477-341f-4a20-9ebe-bb10e359c381|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:34:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:34:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:34:53.332Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:34:53.333Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:34:53.333Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412433286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:34:53.334Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:02.862Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:35:53.293Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:35:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:35:53.295Z|4703d477-341f-4a20-9ebe-bb10e359c381|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-16T06:35:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:35:53.296Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:35:53.296Z|4703d477-341f-4a20-9ebe-bb10e359c381|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:35:53.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:35:53.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412435712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:53.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412433286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "aai-ml",
  "timestamp": 1647412443279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "policy-id",
  "timestamp": 1647412443173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:53.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "aai-ml",
  "timestamp": 1647412443279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:53.863Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.863Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "cds",
  "timestamp": 1647412444362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:53.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "policy-id",
  "timestamp": 1647412443173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:53.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "cds",
  "timestamp": 1647412444362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:53.866Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:53.866Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.866Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412445473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:53.867Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.867Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.867Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "aai-ml",
  "timestamp": 1647412446565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:53.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.869Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.869Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "policy-id",
  "timestamp": 1647412446257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:53.870Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.870Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.870Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "cds",
  "timestamp": 1647412447178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:53.870Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "policy-id",
  "timestamp": 1647412447264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:35:53.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "cds",
  "timestamp": 1647412448185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:35:53.917Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4703d477-341f-4a20-9ebe-bb10e359c381
2022-03-16T06:35:53.917Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:35:53.930Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412447947,
  "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-16T06:35:53.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:53.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:53.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "policy-id",
  "timestamp": 1647412448268,
  "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-16T06:35:53.964Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4703d477-341f-4a20-9ebe-bb10e359c381
2022-03-16T06:35:53.965Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:35:54.005Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.005Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412447988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:54.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412447988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:54.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412451356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:54.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412450981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412451356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "aai-ml",
  "timestamp": 1647412452457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.008Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "aai-ml",
  "timestamp": 1647412453463,
  "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-16T06:35:54.024Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4703d477-341f-4a20-9ebe-bb10e359c381
2022-03-16T06:35:54.025Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:35:54.061Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412453141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:35:54.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:54.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412454163,
  "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-16T06:35:54.069Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4703d477-341f-4a20-9ebe-bb10e359c381
2022-03-16T06:35:54.069Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:35:54.079Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.080Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "clamp",
  "timestamp": 1647412461011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:35:54.080Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.080Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.080Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "clamp",
  "timestamp": 1647412461011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "clamp",
  "timestamp": 1647412472268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "clamp",
  "timestamp": 1647412474276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:35:54.081Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:35:54.082Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:35:54.082Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4703d477-341f-4a20-9ebe-bb10e359c381",
  "consumerID": "clamp",
  "timestamp": 1647412475280,
  "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-16T06:35:54.088Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4703d477-341f-4a20-9ebe-bb10e359c381
2022-03-16T06:35:54.088Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4703d477-341f-4a20-9ebe-bb10e359c381 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-16T06:36:02.863Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:53.287Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:36:53.290Z|4703d477-341f-4a20-9ebe-bb10e359c381|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-16T06:36:53.290Z|4703d477-341f-4a20-9ebe-bb10e359c381|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:36:53.296Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:36:53.296Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:53.939Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:53.953Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.955Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.958Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.959Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.959Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.960Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.960Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d321340-015b-43a0-9e44-6aa6ebc9e0ea","serviceName":"Demo_pNF_pZaFdxWiqKt9P7lTjoId","serviceVersion":"1.0","serviceUUID":"235baa53-f6cc-468c-b89d-cd40336e67e5","serviceDescription":"catalog service description","serviceInvariantUUID":"0c37f750-0c55-46be-8343-63454032ffdb","resources":[{"resourceInstanceName":"pNF 63dfe079-1444 0","resourceName":"pNF 63dfe079-1444","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"304df3c2-605e-46f9-8ac3-a9441935d1e2","resourceInvariantUUID":"5d4da701-ac73-4a92-84fd-737eab278982","resourceCustomizationUUID":"798da5d9-cf2a-4856-ac42-751ca1a04bf0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml","artifactChecksum":"ZmIzNzI0MDdlMGE2ZGUzMWVlODE2Mjg2MGY4ZDRkODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3260252-b9c3-41ef-bad2-c66a681e10d7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar","artifactChecksum":"ZGEzYmUxYWEyNTZhNWFjY2Y1NGRkYTNjZWRiYjgzNDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5dd62c7-2283-4d7d-becd-96b08dd61e74","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9305160-f5ca-4059-be3f-f9d59197bf78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml","artifactChecksum":"MWRkMGQ4NmFlMDY5ODY5NzgzYTY1ZGJmZDVhZjExMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1eec49ee-943e-47e6-af34-395cb4097258","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f865b7d0-1245-4edb-bee2-815cbc382bb7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab879f8c-6f6a-48f7-b7fa-12ac86f56af8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml","artifactChecksum":"MDYwZDE3OGFhMzQ2YTQxZGYxYzdhMDExMWIwNGM0N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1d65661-0dc2-4835-9616-023c1ed5f73c","artifactVersion":"1"},{"artifactName":"service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar","artifactChecksum":"YWZkMGU2ZmEwMGIxMWFlNWI2ODgxODlhMTk1OGUwYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5560ba-a3c7-44da-9307-3fbaf53f4f57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.960Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.961Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.962Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.963Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.964Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.965Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412583175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412581011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.967Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.967Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.968Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.968Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412591353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412598480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:53.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:53.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412599488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412600784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:53.972Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412593279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:53.973Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:53.974Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "policy-id",
  "timestamp": 1647412600495,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-16T06:36:53.979Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:53.979Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:36:54.005Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.005Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.020Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.020Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.021Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.021Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.021Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412601968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:36:54.022Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.022Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.022Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.023Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.023Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.023Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412594362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:54.024Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.024Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.024Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.025Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.025Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.025Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412602401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:54.026Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.026Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.026Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412602973,
  "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-16T06:36:54.034Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.034Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.063Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.064Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.064Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.065Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.065Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.066Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.066Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.066Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412603579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:54.067Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.067Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.067Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412595712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:54.068Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.068Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.069Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.069Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.070Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.070Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "cds",
  "timestamp": 1647412604587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-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-16T06:36:54.076Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:36:54.077Z||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-16T06:36:54.077Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:54.080Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.081Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.094Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:54.095Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:36:54.095Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.096Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:54.096Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.097Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.097Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412597988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:36:54.097Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:36:54.097Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.098Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412606299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:54.098Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.098Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.099Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412606980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:36:54.099Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.099Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.100Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412608305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:36:54.100Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.100Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.101Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "clamp",
  "timestamp": 1647412609309,
  "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-16T06:36:54.112Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.113Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.125Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.126Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412609366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:36:54.127Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.128Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.128Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412609542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:36:54.129Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:36:54.130Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.130Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "aai-ml",
  "timestamp": 1647412610370,
  "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-16T06:36:54.161Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.166Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.177Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:36:54.178Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412610562,
  "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-16T06:36:54.187Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
2022-03-16T06:36:54.188Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:36:54.980Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:54.981Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:54.991Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:54.991Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:55.090Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:36:55.094Z||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-16T06:36:55.094Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:55.111Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:55.112Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:36:55.992Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:55.994Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:55.997Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:55.997Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:56.097Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:36:56.098Z||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-16T06:36:56.099Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:56.123Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:56.123Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:36:56.998Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:56.999Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:57.005Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:57.005Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:57.105Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:36:57.106Z||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-16T06:36:57.106Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:57.119Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:57.120Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-03-16T06:36:58.007Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:58.007Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:58.010Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:58.010Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:58.115Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-16T06:36:58.116Z||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-16T06:36:58.116Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:58.129Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:58.130Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:36:59.011Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:36:59.012Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:36:59.016Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:36:59.018Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:36:59.121Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-16T06:36:59.123Z||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-16T06:36:59.123Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:36:59.146Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:36:59.147Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:37:00.026Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:00.027Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:00.038Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:00.039Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:37:00.135Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:37:00.137Z||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-16T06:37:00.137Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:00.162Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:00.163Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:01.040Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:01.041Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:01.054Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:01.055Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:37:01.144Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-16T06:37:01.146Z||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-16T06:37:01.146Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:01.169Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:01.170Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:02.057Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "serviceName": "Demo_pNF_pZaFdxWiqKt9P7lTjoId",
  "serviceVersion": "1.0",
  "serviceUUID": "235baa53-f6cc-468c-b89d-cd40336e67e5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c37f750-0c55-46be-8343-63454032ffdb",
  "resources": [
    {
      "resourceInstanceName": "pNF 63dfe079-1444 0",
      "resourceCustomizationUUID": "798da5d9-cf2a-4856-ac42-751ca1a04bf0",
      "resourceName": "pNF 63dfe079-1444",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "304df3c2-605e-46f9-8ac3-a9441935d1e2",
      "resourceInvariantUUID": "5d4da701-ac73-4a92-84fd-737eab278982",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
      "artifactChecksum": "YWZkMGU2ZmEwMGIxMWFlNWI2ODgxODlhMTk1OGUwYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5560ba-a3c7-44da-9307-3fbaf53f4f57"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:37:02.059Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:37:02.059Z|4703d477-341f-4a20-9ebe-bb10e359c381|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 235baa53-f6cc-468c-b89d-cd40336e67e5 ASDC
2022-03-16T06:37:02.060Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9d321340-015b-43a0-9e44-6aa6ebc9e0ea
ServiceName:Demo_pNF_pZaFdxWiqKt9P7lTjoId
ServiceVersion:1.0
ServiceUUID:235baa53-f6cc-468c-b89d-cd40336e67e5
ServiceInvariantUUID:0c37f750-0c55-46be-8343-63454032ffdb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
ArtifactUUID:2f5560ba-a3c7-44da-9307-3fbaf53f4f57
ArtifactChecksum:YWZkMGU2ZmEwMGIxMWFlNWI2ODgxODlhMTk1OGUwYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 63dfe079-1444 0
ResourceCustomizationUUID:798da5d9-cf2a-4856-ac42-751ca1a04bf0
ResourceInvariantUUID:5d4da701-ac73-4a92-84fd-737eab278982
ResourceName:pNF 63dfe079-1444
ResourceType:PNF
ResourceUUID:304df3c2-605e-46f9-8ac3-a9441935d1e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-16T06:37:02.060Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 235baa53-f6cc-468c-b89d-cd40336e67e5 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-16T06:37:02.107Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:37:02.108Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:37:02.109Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:37:02.109Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f5560ba-a3c7-44da-9307-3fbaf53f4f57 from URL: /sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:02.109Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-16T06:37:02.109Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:02.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-16T06:37:02.837Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar 2f5560ba-a3c7-44da-9307-3fbaf53f4f57 82659
2022-03-16T06:37:02.838Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar ASDC sendASDCNotification
2022-03-16T06:37:02.838Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:02.838Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:37:02.839Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:02.842Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:02.842Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412622837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:37:02.942Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:37:02.943Z||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-16T06:37:02.943Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:02.963Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:02.964Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:37:03.843Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:37:03.846Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-16T06:37:03.846Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2f5560ba-a3c7-44da-9307-3fbaf53f4f57, URL: /sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar to file: /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:03.847Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:03.848Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:03.848Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:04.099Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3966659018123447825/Definitions/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml
2022-03-16T06:37:05.565Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:37:05.567Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-16T06:37:05.567Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.567Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-16T06:37:05.567Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||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-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.568Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.568Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||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-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.568Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.569Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.569Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 63dfe079-1444 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-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.569Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.569Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-16T06:37:05.570Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.570Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.570Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Node template pNF 63dfe079-1444 0 is matching search criteria
2022-03-16T06:37:05.571Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-16T06:37:05.571Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 63dfe079-1444 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:37:05.572Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.572Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.573Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Node template pNF 63dfe079-1444 0 is matching search criteria
2022-03-16T06:37:05.573Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-16T06:37:05.573Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 63dfe079-1444 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:37:05.573Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.574Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.574Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.574Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.575Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.575Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.575Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.575Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.575Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.576Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.576Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pZaFdxWiqKt9P7lTjoId
Description:catalog service description
Model UUID:235baa53-f6cc-468c-b89d-cd40336e67e5
Model Version:NULL
Model InvariantUuid:0c37f750-0c55-46be-8343-63454032ffdb
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-16T06:37:05.585Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 304df3c2-605e-46f9-8ac3-a9441935d1e2
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-16T06:37:05.591Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||pNF 63dfe079-1444 0
2022-03-16T06:37:05.591Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 304df3c2-605e-46f9-8ac3-a9441935d1e2
2022-03-16T06:37:05.592Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 235baa53-f6cc-468c-b89d-cd40336e67e5
2022-03-16T06:37:05.592Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 235baa53-f6cc-468c-b89d-cd40336e67e5
2022-03-16T06:37:05.593Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 63dfe079-1444 0 304df3c2-605e-46f9-8ac3-a9441935d1e2 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-16T06:37:05.604Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fc774eb, org.onap.sdc.toscaparser.api.parameters.Input@10f3f923, org.onap.sdc.toscaparser.api.parameters.Input@7f4d430f, org.onap.sdc.toscaparser.api.parameters.Input@26d8c7b9, org.onap.sdc.toscaparser.api.parameters.Input@128c8fa5]
2022-03-16T06:37:05.605Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.605Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.606Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 235baa53-f6cc-468c-b89d-cd40336e67e5: pNF 63dfe079-1444
2022-03-16T06:37:05.606Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Processing PNF resource: 304df3c2-605e-46f9-8ac3-a9441935d1e2
2022-03-16T06:37:05.607Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:37:05.607Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_pZaFdxWiqKt9P7lTjoId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:37:05.607Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Resource customization UUID: 798da5d9-cf2a-4856-ac42-751ca1a04bf0 is the same as notified resource customizationUUID: 798da5d9-cf2a-4856-ac42-751ca1a04bf0
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-16T06:37:05.728Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 63dfe079-1444 304df3c2-605e-46f9-8ac3-a9441935d1e2 0 ASDC deployResourceStructure
2022-03-16T06:37:05.729Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar ASDC sendASDCNotification
2022-03-16T06:37:05.729Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar
2022-03-16T06:37:05.729Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:37:05.730Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:05.732Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:05.733Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412625729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:37:05.835Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:37:05.837Z||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-16T06:37:05.837Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:05.857Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:05.858Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:06.733Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:37:06.766Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d321340-015b-43a0-9e44-6aa6ebc9e0ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:37:06.774Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:37:06.775Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.776Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.777Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:37:06.777Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:37:06.791Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:37:36.791Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d321340-015b-43a0-9e44-6aa6ebc9e0ea 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-16T06:37:36.806Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d321340-015b-43a0-9e44-6aa6ebc9e0ea and serviceModelVersionId: 235baa53-f6cc-468c-b89d-cd40336e67e5
2022-03-16T06:37:36.806Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c37f750-0c55-46be-8343-63454032ffdb
2022-03-16T06:37:36.808Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0
2022-03-16T06:37:36.815Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:37:36.907Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0|INFO|500||Invoke
2022-03-16T06:37:36.908Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d321340-015b-43a0-9e44-6aa6ebc9e0ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[709b2302-9aae-4887-a17b-feecf59f4641], X-ECOMP-RequestID=[9d321340-015b-43a0-9e44-6aa6ebc9e0ea], X-TransactionId=[], X-ONAP-RequestID=[9d321340-015b-43a0-9e44-6aa6ebc9e0ea], Content-Type=[application/merge-patch+json]}
2022-03-16T06:37:36.970Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-16T06:37:37.544Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?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/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220316-06:37:38:071-57036], vertex-id=[417960], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:37:38 GMT], Content-Type=[application/json]}
2022-03-16T06:37:37.544Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:37:37.545Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c37f750-0c55-46be-8343-63454032ffdb/model-vers/model-ver/235baa53-f6cc-468c-b89d-cd40336e67e5?depth=0|INFO|500||InvokeReturn
2022-03-16T06:37:37.546Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:37:37.546Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-16T06:37:37.559Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-16T06:37:37.559Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d321340-015b-43a0-9e44-6aa6ebc9e0ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:37:37.560Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:37:37.560Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:37.563Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:37.563Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412657560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:37:37.664Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:37:37.665Z||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-16T06:37:37.665Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:37.736Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:37.737Z||pool-67-thread-1|||||INFO|500||cambria reply ok (73 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-16T06:37:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:37:53.288Z||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-16T06:37:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:37:53.295Z||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-16T06:37:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:53.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:53.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-16T06:37:53.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:37:53.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:37:53.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:37:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7bed9df-5893-41cf-9669-a66b1f6d4b61","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eaffe485-355b-45fd-a97f-dff11e91e608","serviceDescription":"service","serviceInvariantUUID":"5ba86a8e-27b3-4843-823a-e141101e778e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49d14255-a027-4310-ae74-befb4cb4cc0d","resourceInvariantUUID":"396f311f-39bb-4e72-8557-c9ef223a64f3","resourceCustomizationUUID":"5006cc98-4a05-43f9-9a45-81de1b28b1e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTNmMTcyODAxZmE5OTA5NGIzMzMwZWRiNDUwYjhlMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2932ae4e-5bb8-41c1-a770-96081602915f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YTZlZDJkODI1YWM3NWU2MTcxMGE5ODVjM2NkMGIzZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8ed4600-477a-4dd7-862a-dc1cae923f50","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f8fa489-7c29-4538-b98d-9cbfa407116c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c002b506-3fee-4efe-820f-085c022d3de3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9bf4930b-99e2-4946-b64c-7d57bb74af83","artifactVersion":"2","generatedFromUUID":"7f8fa489-7c29-4538-b98d-9cbfa407116c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjcyN2EwMTcyZTAxODIwN2FjODgxM2Q1M2QxYzk0MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ac7a2df-58c6-4c24-9760-5590a4482d79","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjkzNzVmNjhmZjhkYWRkMzJhYTUxYTczNjBhZTAwMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92557eaf-b8d2-43da-b99b-14355e0df873","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:37:53.934Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:53.935Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:53.940Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:53.940Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:37:54.043Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:37:54.044Z||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-16T06:37:54.044Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:54.061Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:54.062Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:54.941Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:54.942Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:54.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:54.945Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:37:55.051Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-16T06:37:55.053Z||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-16T06:37:55.054Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:55.067Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:55.068Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:37:55.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:55.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:55.952Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:55.953Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:37:56.052Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:37:56.053Z||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-16T06:37:56.054Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:56.072Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:56.073Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:56.954Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:56.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:56.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:56.961Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:37:57.060Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:37:57.061Z||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-16T06:37:57.061Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:57.075Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:57.076Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:37:57.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:57.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:57.967Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:57.967Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-16T06:37:58.067Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:37:58.069Z||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-16T06:37:58.069Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:58.081Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:58.082Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:37:58.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:58.969Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:58.973Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:58.973Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:37:59.073Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:37:59.075Z||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-16T06:37:59.075Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:37:59.087Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:37:59.089Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:37:59.974Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:37:59.975Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:37:59.981Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:37:59.981Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:38:00.081Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:38:00.082Z||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-16T06:38:00.082Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:00.097Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:00.099Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:00.984Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "eaffe485-355b-45fd-a97f-dff11e91e608",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ba86a8e-27b3-4843-823a-e141101e778e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5006cc98-4a05-43f9-9a45-81de1b28b1e8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49d14255-a027-4310-ae74-befb4cb4cc0d",
      "resourceInvariantUUID": "396f311f-39bb-4e72-8557-c9ef223a64f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YTZlZDJkODI1YWM3NWU2MTcxMGE5ODVjM2NkMGIzZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e8ed4600-477a-4dd7-862a-dc1cae923f50",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f8fa489-7c29-4538-b98d-9cbfa407116c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9bf4930b-99e2-4946-b64c-7d57bb74af83",
            "generatedFromUUID": "7f8fa489-7c29-4538-b98d-9cbfa407116c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9bf4930b-99e2-4946-b64c-7d57bb74af83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjkzNzVmNjhmZjhkYWRkMzJhYTUxYTczNjBhZTAwMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92557eaf-b8d2-43da-b99b-14355e0df873"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:38:00.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:38:00.985Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eaffe485-355b-45fd-a97f-dff11e91e608 ASDC
2022-03-16T06:38:00.985Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c7bed9df-5893-41cf-9669-a66b1f6d4b61
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:eaffe485-355b-45fd-a97f-dff11e91e608
ServiceInvariantUUID:5ba86a8e-27b3-4843-823a-e141101e778e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:92557eaf-b8d2-43da-b99b-14355e0df873
ArtifactChecksum:MjkzNzVmNjhmZjhkYWRkMzJhYTUxYTczNjBhZTAwMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5006cc98-4a05-43f9-9a45-81de1b28b1e8
ResourceInvariantUUID:396f311f-39bb-4e72-8557-c9ef223a64f3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:49d14255-a027-4310-ae74-befb4cb4cc0d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e8ed4600-477a-4dd7-862a-dc1cae923f50
ArtifactChecksum:YTZlZDJkODI1YWM3NWU2MTcxMGE5ODVjM2NkMGIzZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:7f8fa489-7c29-4538-b98d-9cbfa407116c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9bf4930b-99e2-4946-b64c-7d57bb74af83
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9bf4930b-99e2-4946-b64c-7d57bb74af83
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-16T06:38:00.985Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eaffe485-355b-45fd-a97f-dff11e91e608 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-16T06:38:01.039Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:38:01.040Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:38:01.041Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:38:01.041Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92557eaf-b8d2-43da-b99b-14355e0df873 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-16T06:38:01.041Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-16T06:38:01.041Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-16T06:38:01.825Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-16T06:38:01.829Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 92557eaf-b8d2-43da-b99b-14355e0df873 71074
2022-03-16T06:38:01.831Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-16T06:38:01.831Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-16T06:38:01.831Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:38:01.832Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:01.835Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:01.836Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412681830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:38:01.936Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:38:01.937Z||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-16T06:38:01.937Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:01.957Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:01.958Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:02.836Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:38:02.839Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:38:02.841Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92557eaf-b8d2-43da-b99b-14355e0df873, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:02.841Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-16T06:38:02.842Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:02.843Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:03.101Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2608931541599568671/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-16T06:38:05.501Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:38:05.503Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-16T06:38:05.504Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.504Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-16T06:38:05.505Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.505Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.506Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.506Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.507Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.507Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.508Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.508Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.509Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-16T06:38:05.509Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-16T06:38:05.510Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.510Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.511Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:05.512Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-16T06:38:05.512Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:38:05.513Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.513Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.514Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:05.514Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-16T06:38:05.515Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:38:05.515Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.516Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.516Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.517Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-16T06:38:05.517Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-16T06:38:05.517Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-16T06:38:05.518Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-16T06:38:05.518Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-16T06:38:05.519Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:38:05.519Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.520Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:38:05.520Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.521Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:05.521Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:05.521Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.522Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:05.522Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:05.523Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.523Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:05.524Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:05.524Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.525Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-16T06:38:05.525Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-16T06:38:05.526Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-16T06:38:05.529Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=988ab285-9b82-4b09-a38d-4f1562bab188
2022-03-16T06:38:05.529Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.530Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.531Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.532Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.532Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.532Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.533Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:05.533Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:05.534Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:eaffe485-355b-45fd-a97f-dff11e91e608
Model Version:NULL
Model InvariantUuid:5ba86a8e-27b3-4843-823a-e141101e778e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c5b1f8b3-7e1c-4f53-88cf-0dc0b3dd76c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:396f311f-39bb-4e72-8557-c9ef223a64f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5006cc98-4a05-43f9-9a45-81de1b28b1e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f36b54de-2ce2-45d3-91f6-2bd60f09952f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3e0cac7c-a219-46be-8fdd-50f503ddb048
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:988ab285-9b82-4b09-a38d-4f1562bab188
ModelInvariantUuid:e470cf5c-34c4-41f8-8700-ccd5ab564a1f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:46a9c5fc-5458-4a87-ab1f-b961b978c655
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:20bf77eb-a3ea-4bdf-bd02-64cf6e9d03f7
ModelInvariantUuid:cc0827d6-4390-48d2-887c-d4efbbb07c86
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b159a9bc-e51b-4e73-88a6-286be26d230b
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-16T06:38:05.556Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 49d14255-a027-4310-ae74-befb4cb4cc0d
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-16T06:38:05.564Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-03-16T06:38:05.565Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49d14255-a027-4310-ae74-befb4cb4cc0d
2022-03-16T06:38:05.565Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8ed4600-477a-4dd7-862a-dc1cae923f50 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-16T06:38:05.565Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-16T06:38:05.565Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-16T06:38:05.963Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-16T06:38:05.963Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e8ed4600-477a-4dd7-862a-dc1cae923f50 787
2022-03-16T06:38:05.964Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-16T06:38:05.964Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-16T06:38:05.964Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:38:05.965Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:05.968Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:05.969Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412685964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:38:06.071Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:38:06.073Z||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-16T06:38:06.073Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:06.091Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:06.091Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:06.970Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f36b54de-2ce2-45d3-91f6-2bd60f09952f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e0cac7c-a219-46be-8fdd-50f503ddb048",
    "vfModuleModelCustomizationUUID": "73b39dd4-732d-44ed-a2b6-b6e69ec0d38c",
    "isBase": true,
    "artifacts": [
      "7f8fa489-7c29-4538-b98d-9cbfa407116c",
      "9bf4930b-99e2-4946-b64c-7d57bb74af83"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-16T06:38:06.976Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e0cac7c-a219-46be-8fdd-50f503ddb048
VfModuleModelInvariantUUID:f36b54de-2ce2-45d3-91f6-2bd60f09952f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f8fa489-7c29-4538-b98d-9cbfa407116c
,
9bf4930b-99e2-4946-b64c-7d57bb74af83

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

isBase:true


}

2022-03-16T06:38:06.979Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f36b54de-2ce2-45d3-91f6-2bd60f09952f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e0cac7c-a219-46be-8fdd-50f503ddb048",
    "vfModuleModelCustomizationUUID": "73b39dd4-732d-44ed-a2b6-b6e69ec0d38c",
    "isBase": true,
    "artifacts": [
      "7f8fa489-7c29-4538-b98d-9cbfa407116c",
      "9bf4930b-99e2-4946-b64c-7d57bb74af83"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-16T06:38:06.980Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e0cac7c-a219-46be-8fdd-50f503ddb048
VfModuleModelInvariantUUID:f36b54de-2ce2-45d3-91f6-2bd60f09952f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f8fa489-7c29-4538-b98d-9cbfa407116c
,
9bf4930b-99e2-4946-b64c-7d57bb74af83

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

isBase:true


}

2022-03-16T06:38:06.980Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f8fa489-7c29-4538-b98d-9cbfa407116c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-16T06:38:06.980Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-16T06:38:06.980Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-16T06:38:07.273Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-16T06:38:07.274Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7f8fa489-7c29-4538-b98d-9cbfa407116c 5033
2022-03-16T06:38:07.275Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-16T06:38:07.276Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-16T06:38:07.276Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:38:07.277Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:07.279Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:07.280Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412687275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:38:07.381Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:38:07.383Z||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-16T06:38:07.383Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:07.401Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:07.401Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:08.282Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bf4930b-99e2-4946-b64c-7d57bb74af83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-16T06:38:08.283Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-16T06:38:08.284Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-16T06:38:08.548Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-16T06:38:08.550Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9bf4930b-99e2-4946-b64c-7d57bb74af83 903
2022-03-16T06:38:08.551Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-16T06:38:08.551Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-16T06:38:08.552Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:38:08.553Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:08.556Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:08.556Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412688551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:38:08.656Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:38:08.657Z||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-16T06:38:08.657Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:08.677Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:08.677Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:38:09.558Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: eaffe485-355b-45fd-a97f-dff11e91e608
2022-03-16T06:38:09.560Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 49d14255-a027-4310-ae74-befb4cb4cc0d 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-16T06:38:09.590Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@519f8e8d, org.onap.sdc.toscaparser.api.parameters.Input@b0ec8ed, org.onap.sdc.toscaparser.api.parameters.Input@3eacc3f5, org.onap.sdc.toscaparser.api.parameters.Input@6a26892, org.onap.sdc.toscaparser.api.parameters.Input@2be4752d]
2022-03-16T06:38:09.592Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.593Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.593Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-16T06:38:09.593Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5006cc98-4a05-43f9-9a45-81de1b28b1e8
2022-03-16T06:38:09.594Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5006cc98-4a05-43f9-9a45-81de1b28b1e8 matches Tosca VF Customization UUID: 5006cc98-4a05-43f9-9a45-81de1b28b1e8
2022-03-16T06:38:09.594Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5006cc98-4a05-43f9-9a45-81de1b28b1e8  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-16T06:38:09.597Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.598Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.599Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5006cc98-4a05-43f9-9a45-81de1b28b1e8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-16T06:38:09.599Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bc844e5
2022-03-16T06:38:09.599Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.600Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:38:09.600Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73b39dd4-732d-44ed-a2b6-b6e69ec0d38c
2022-03-16T06:38:09.600Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73b39dd4-732d-44ed-a2b6-b6e69ec0d38c
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-16T06:38:09.603Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.604Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:09.604Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:09.605Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.606Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:09.606Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:09.607Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.607Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-16T06:38:09.607Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-16T06:38:09.608Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-16T06:38:09.608Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=988ab285-9b82-4b09-a38d-4f1562bab188
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-16T06:38:09.613Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.614Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:09.614Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:38:09.615Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.615Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-16T06:38:09.616Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5006cc98-4a05-43f9-9a45-81de1b28b1e8
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-16T06:38:09.619Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.620Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.620Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid eaffe485-355b-45fd-a97f-dff11e91e608: basic_vm
2022-03-16T06:38:09.621Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.621Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.621Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.622Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.622Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.623Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.623Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.623Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.623Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:38:09.624Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:38:09.624Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T06:38:09.793Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 49d14255-a027-4310-ae74-befb4cb4cc0d 1 ASDC deployResourceStructure
2022-03-16T06:38:09.794Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-16T06:38:09.795Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-16T06:38:09.795Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:38:09.796Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:09.800Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:09.801Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412689794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:38:09.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:38:09.905Z||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-16T06:38:09.906Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:09.919Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:09.920Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:10.802Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-16T06:38:10.803Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-16T06:38:10.803Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:38:10.803Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:10.807Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:10.807Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412690802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:38:10.906Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:38:10.908Z||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-16T06:38:10.908Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:10.923Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:10.924Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:11.809Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-16T06:38:11.810Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-16T06:38:11.810Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:38:11.811Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:11.814Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:11.815Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412691809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:38:11.915Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:38:11.916Z||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-16T06:38:11.916Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:11.952Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:11.953Z||pool-81-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:12.816Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-16T06:38:12.816Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-16T06:38:12.818Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:38:12.819Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:38:12.822Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:38:12.823Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412692816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:38:12.922Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:38:12.923Z||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-16T06:38:12.924Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:12.947Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:12.948Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:38:13.832Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:38:13.859Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:38:13.863Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:38:13.863Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:38:13.863Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:38:43.864Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:38:43.875Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:38:43.877Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:38:43.877Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:38:43.878Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:38:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:38:53.296Z||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-16T06:38:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:38:53.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:38:53.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/resourceInstances/pnf63dfe07914440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412613286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:38:53.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412622837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412625729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzafdxwiqkt9p7ltjoid/1.0/artifacts/service-DemoPnfPzafdxwiqkt9p7ltjoid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d321340-015b-43a0-9e44-6aa6ebc9e0ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412657560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:38:53.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:38:53.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412657992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412663174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:38:53.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:38:53.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:39:13.878Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:39:13.893Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:39:13.900Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:39:13.900Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:39:13.900Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:39:43.902Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:39:43.918Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:39:43.921Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:39:43.921Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:39:43.921Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:39:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:39:53.295Z||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-16T06:39:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:39:53.326Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:39:53.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:39:53.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:39:53.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:13.922Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:40:13.954Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:40:13.959Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:40:13.959Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:40:13.959Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:40:43.960Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:40:43.973Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:40:43.977Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:40:43.977Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:40:43.977Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:40:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:40:53.295Z||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-16T06:40:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:40:53.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:40:53.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412674808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412674937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412669362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412675942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:53.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412671353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "policy-id",
  "timestamp": 1647412676949,
  "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-16T06:40:53.897Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:53.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:53.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412677567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412671011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "cds",
  "timestamp": 1647412678573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:40:53.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:53.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:53.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412678143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:53.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412679149,
  "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-16T06:40:53.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:53.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:53.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412673286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412681830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412675712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:53.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412683592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412685125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412685964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:53.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:53.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412686439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412687275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412687479,
  "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-16T06:40:54.017Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:54.018Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:54.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412688312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412688491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412688551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412689342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412683279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412689794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "clamp",
  "timestamp": 1647412690348,
  "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-16T06:40:54.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:54.050Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:54.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412690802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412691366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412691809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412692816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412704564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "aai-ml",
  "timestamp": 1647412705568,
  "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-16T06:40:54.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7bed9df-5893-41cf-9669-a66b1f6d4b61
2022-03-16T06:40:54.100Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:40:54.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412699362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412703174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412701011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412718660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412711353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412719501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412719667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412721365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "policy-id",
  "timestamp": 1647412720671,
  "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-16T06:40:54.163Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.164Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:40:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412722406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "cds",
  "timestamp": 1647412721979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:40:54.189Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.190Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:40:54.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412713279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647412723410,
  "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-16T06:40:54.213Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.214Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:40:54.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412723202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647412715713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:40:54.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412717988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412728176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412729256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412729313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:40:54.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "aai-ml",
  "timestamp": 1647412730261,
  "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-16T06:40:54.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:40:54.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412731326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412730826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:40:54.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:40:54.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "clamp",
  "timestamp": 1647412732332,
  "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-16T06:40:54.266Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.267Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:40:54.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:40:54.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647412731830,
  "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-16T06:40:54.312Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
2022-03-16T06:40:54.313Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:41:13.978Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:41:13.999Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:41:14.005Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:41:14.006Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:41:14.006Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:41:14.007Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:41:14.007Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.007Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.008Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.008Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.008Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.008Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:41:14.009Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:41:14.016Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:41:44.017Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61 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-16T06:41:44.027Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7bed9df-5893-41cf-9669-a66b1f6d4b61 and serviceModelVersionId: eaffe485-355b-45fd-a97f-dff11e91e608
2022-03-16T06:41:44.027Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ba86a8e-27b3-4843-823a-e141101e778e
2022-03-16T06:41:44.028Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?depth=0
2022-03-16T06:41:44.035Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:41:44.141Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?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-16T06:41:44.144Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?depth=0|INFO|500||Invoke
2022-03-16T06:41:44.186Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-16T06:41:44.479Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?depth=0|INFO|500||InvokeReturn
2022-03-16T06:41:44.480Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba86a8e-27b3-4843-823a-e141101e778e/model-vers/model-ver/eaffe485-355b-45fd-a97f-dff11e91e608?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220316-06:41:45:288-77080], vertex-id=[241792], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:41:45 GMT], Content-Type=[application/json]}
2022-03-16T06:41:44.480Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:41:44.483Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:41:44.483Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-16T06:41:44.497Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-16T06:41:44.497Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7bed9df-5893-41cf-9669-a66b1f6d4b61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:41:44.498Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:41:44.499Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:44.506Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:44.507Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412904498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:41:44.606Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:41:44.608Z||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-16T06:41:44.608Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:44.653Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:44.656Z||pool-83-thread-1|||||INFO|500||cambria reply ok (49 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-16T06:41:45.529Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:41:45.529Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|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-16T06:41:45.530Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:50.063Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:50.064Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:41:50.064Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c546b7c7-e62e-4508-8498-ad5b7adbd15a","serviceDescription":"service","serviceInvariantUUID":"287ab7d5-2d6a-446e-8dd2-b49eae43d585","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"34c49c11-7aa9-4e07-bc7e-4312bfc1f022","resourceInvariantUUID":"23791f7c-8f94-4069-89a6-045e7fa70289","resourceCustomizationUUID":"25b7258f-8e8f-4022-b8f9-ee02d09b9706","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MmFlNzk5N2IzYmRlMmVlYTA5OWQyYjg3NDg5OTI5YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a14e7e3a-369f-4ed8-b34a-861c12bdfec4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e04c49c4-1cad-4ba5-8f79-26d523fa64b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7ce8ecd-5fde-4150-afee-9c334605c043","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZjUwMWUyYTZjODNiZTQ4ZDQ2ODY4YjU3MTk3NzQxZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"81ef7605-aa7a-48b2-b1a1-1314c44565a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27266429-b7d7-43af-bc4f-12c1302e4268","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0d73689-901f-402c-87bb-127b8488d58e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9c76700-798d-4ff0-ad33-13fe777016da","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZjNiMDRlZWYzMWNjODJkYTZmN2QxZDc0OWY5NzkwOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5239ea80-a190-4a5c-bd0c-8f3f11441c47","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NThhOTE0Y2YzMDM0OTg0YmU4ODA0MTMyNTVmMTY1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fa7f088-774e-46a1-845e-de0051e7d941","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:41:50.067Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:50.067Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:50.070Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:50.071Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:50.171Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:41:50.172Z||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-16T06:41:50.172Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:50.199Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:50.200Z||pool-84-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:51.072Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:51.072Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:51.076Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:51.076Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:51.176Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:41:51.177Z||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-16T06:41:51.177Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:51.228Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:51.229Z||pool-85-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:52.077Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:52.078Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:52.085Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:52.085Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:52.181Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:41:52.183Z||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-16T06:41:52.183Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:52.198Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:52.199Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:53.087Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:53.088Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:53.092Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:53.092Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:53.198Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-16T06:41:53.199Z||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-16T06:41:53.200Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:53.221Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:53.222Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:53.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:41:53.296Z||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-16T06:41:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:53.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:53.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:41:53.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7bed9df-5893-41cf-9669-a66b1f6d4b61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412904498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:41:53.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:41:53.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:41:53.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:41:53.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:53.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:41:53.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:41:53.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:53.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:41:54.093Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:54.094Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:54.096Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:54.097Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:54.197Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:41:54.198Z||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-16T06:41:54.198Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:54.208Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:54.208Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:55.097Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:55.099Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:55.101Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:55.102Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:55.202Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:41:55.203Z||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-16T06:41:55.203Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:55.220Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:55.221Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:56.102Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:56.103Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:56.107Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:56.107Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:56.207Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:41:56.208Z||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-16T06:41:56.208Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:56.219Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:56.220Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:57.109Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:57.111Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:57.113Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:57.113Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:41:57.215Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:41:57.216Z||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-16T06:41:57.216Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:57.227Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:57.227Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:58.114Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:41:58.115Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:41:58.124Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:41:58.125Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:41:58.223Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:41:58.224Z||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-16T06:41:58.224Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:41:58.236Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:41:58.237Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:41:59.129Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c546b7c7-e62e-4508-8498-ad5b7adbd15a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "287ab7d5-2d6a-446e-8dd2-b49eae43d585",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "25b7258f-8e8f-4022-b8f9-ee02d09b9706",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "34c49c11-7aa9-4e07-bc7e-4312bfc1f022",
      "resourceInvariantUUID": "23791f7c-8f94-4069-89a6-045e7fa70289",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NThhOTE0Y2YzMDM0OTg0YmU4ODA0MTMyNTVmMTY1NTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9fa7f088-774e-46a1-845e-de0051e7d941"
    }
  ],
  "workloadContext": "Production"
}
2022-03-16T06:41:59.129Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:41:59.129Z|c7bed9df-5893-41cf-9669-a66b1f6d4b61|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c546b7c7-e62e-4508-8498-ad5b7adbd15a ASDC
2022-03-16T06:41:59.131Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c546b7c7-e62e-4508-8498-ad5b7adbd15a
ServiceInvariantUUID:287ab7d5-2d6a-446e-8dd2-b49eae43d585
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:9fa7f088-774e-46a1-845e-de0051e7d941
ArtifactChecksum:NThhOTE0Y2YzMDM0OTg0YmU4ODA0MTMyNTVmMTY1NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:25b7258f-8e8f-4022-b8f9-ee02d09b9706
ResourceInvariantUUID:23791f7c-8f94-4069-89a6-045e7fa70289
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:34c49c11-7aa9-4e07-bc7e-4312bfc1f022
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-16T06:41:59.132Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c546b7c7-e62e-4508-8498-ad5b7adbd15a 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-16T06:41:59.211Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:41:59.213Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:41:59.213Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:41:59.214Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9fa7f088-774e-46a1-845e-de0051e7d941 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-16T06:41:59.214Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-16T06:41:59.215Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-16T06:42:00.718Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-16T06:42:00.729Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9fa7f088-774e-46a1-845e-de0051e7d941 105658
2022-03-16T06:42:00.730Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-16T06:42:00.730Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-16T06:42:00.731Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:42:00.731Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:42:00.734Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:42:00.735Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412920730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:42:00.835Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:42:00.836Z||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-16T06:42:00.836Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:00.852Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:00.853Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:42:01.736Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:42:01.737Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-16T06:42:01.738Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9fa7f088-774e-46a1-845e-de0051e7d941, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:01.738Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-16T06:42:01.739Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:01.740Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:01.927Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5628147185316041509/Definitions/service-TestPnfMacro-template.yml
2022-03-16T06:42:03.443Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:42:03.444Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-16T06:42:03.444Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.444Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-16T06:42:03.444Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.444Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.445Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-16T06:42:03.446Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.446Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.446Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-16T06:42:03.447Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-16T06:42:03.447Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:42:03.447Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.447Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.447Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-16T06:42:03.448Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-16T06:42:03.448Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:42:03.448Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.448Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.448Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.449Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.449Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.449Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.449Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.449Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.450Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.450Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.450Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c546b7c7-e62e-4508-8498-ad5b7adbd15a
Model Version:NULL
Model InvariantUuid:287ab7d5-2d6a-446e-8dd2-b49eae43d585
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-16T06:42:03.462Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 34c49c11-7aa9-4e07-bc7e-4312bfc1f022
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-16T06:42:03.468Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-03-16T06:42:03.469Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 34c49c11-7aa9-4e07-bc7e-4312bfc1f022
2022-03-16T06:42:03.469Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c546b7c7-e62e-4508-8498-ad5b7adbd15a
2022-03-16T06:42:03.469Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c546b7c7-e62e-4508-8498-ad5b7adbd15a
2022-03-16T06:42:03.469Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 34c49c11-7aa9-4e07-bc7e-4312bfc1f022 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-16T06:42:03.479Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fafb331, org.onap.sdc.toscaparser.api.parameters.Input@2dbd184b, org.onap.sdc.toscaparser.api.parameters.Input@6e5a8a7, org.onap.sdc.toscaparser.api.parameters.Input@7d775996, org.onap.sdc.toscaparser.api.parameters.Input@6f534b32]
2022-03-16T06:42:03.480Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.480Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.481Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c546b7c7-e62e-4508-8498-ad5b7adbd15a: test-pnf
2022-03-16T06:42:03.481Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Processing PNF resource: 34c49c11-7aa9-4e07-bc7e-4312bfc1f022
2022-03-16T06:42:03.481Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-16T06:42:03.481Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:42:03.482Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||Resource customization UUID: 25b7258f-8e8f-4022-b8f9-ee02d09b9706 is the same as notified resource customizationUUID: 25b7258f-8e8f-4022-b8f9-ee02d09b9706
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-16T06:42:03.552Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 34c49c11-7aa9-4e07-bc7e-4312bfc1f022 0 ASDC deployResourceStructure
2022-03-16T06:42:03.553Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-16T06:42:03.553Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-16T06:42:03.554Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:42:03.554Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:42:03.560Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:42:03.560Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412923553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:42:03.663Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:42:03.664Z||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-16T06:42:03.664Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:03.677Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:03.678Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:42:04.561Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T06:42:04.579Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-16T06:42:04.588Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:42:04.588Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:42:04.588Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:42:04.589Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:42:04.589Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.589Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.590Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.590Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.590Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.590Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.591Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-16T06:42:04.591Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T06:42:04.604Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:42:34.604Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 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-16T06:42:34.614Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 and serviceModelVersionId: c546b7c7-e62e-4508-8498-ad5b7adbd15a
2022-03-16T06:42:34.615Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 287ab7d5-2d6a-446e-8dd2-b49eae43d585
2022-03-16T06:42:34.616Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?depth=0
2022-03-16T06:42:34.622Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:42:34.720Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?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-16T06:42:34.721Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?depth=0|INFO|500||Invoke
2022-03-16T06:42:34.758Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-16T06:42:35.356Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?depth=0|INFO|500||InvokeReturn
2022-03-16T06:42:35.357Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/287ab7d5-2d6a-446e-8dd2-b49eae43d585/model-vers/model-ver/c546b7c7-e62e-4508-8498-ad5b7adbd15a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220316-06:42:35:861-83549], vertex-id=[454824], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:42:35 GMT], Content-Type=[application/json]}
2022-03-16T06:42:35.357Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:42:35.358Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:42:35.358Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-16T06:42:35.364Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-16T06:42:35.365Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:42:35.366Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:42:35.366Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:42:35.370Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:42:35.370Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412955365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:42:35.474Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-16T06:42:35.475Z||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-16T06:42:35.475Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:35.507Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:35.508Z||pool-95-thread-1|||||INFO|500||cambria reply ok (33 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-16T06:42:36.407Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:42:36.409Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:42:36.409Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:45.966Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:45.967Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:42:45.968Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:42:45.968Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:42:53.296Z||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-16T06:42:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:42:53.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:53.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:42:53.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:42:53.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:42:55.530Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:42:55.531Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:42:55.531Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:42:55.531Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:43:05.111Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:43:05.111Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:43:05.112Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:43:05.112Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:43:14.668Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:43:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:43:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:43:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:43:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:43:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T06:43:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:43:53.829Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:43:53.829Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.830Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.831Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-16T06:43:53.832Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:43:53.832Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.832Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412905529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-16T06:43:53.832Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-16T06:43:53.832Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412920730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412923553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:43:53.833Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647412955365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:43:53.834Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:44:02.864Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:44:53.299Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:44:53.300Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:44:53.301Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:44:53.302Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:44:53.303Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:44:53.303Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:45:02.863Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:45:02.885Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:45:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:45:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:45:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:45:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:45:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T06:45:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:46:02.859Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:46:02.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:46:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:46:53.288Z||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-16T06:46:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:46:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:46:53.295Z||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-16T06:46:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:47:02.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:47:02.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:47:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:47:53.287Z||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-16T06:47:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:47:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:47:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T06:47:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:48:02.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:48:02.848Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:48:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:48:53.288Z||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-16T06:48:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:48:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:48:53.296Z||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-16T06:48:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:49:02.853Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:49:02.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:49:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:49:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:49:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:49:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:49:53.295Z||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-16T06:49:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:50:02.848Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:50:02.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:50:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:50:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:50:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:50:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:50:53.295Z||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-16T06:50:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:51:02.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:51:02.873Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:51:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:51:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:51:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:51:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:51:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:51:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:52:02.901Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:52:02.941Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:52:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:52:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:52:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:52:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:52:53.295Z||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-16T06:52:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:53:02.854Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:53:02.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:53:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:53:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:53:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:53:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:53:53.295Z||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-16T06:53:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:54:02.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:54:02.858Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:54:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:54:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:54:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:54:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:54:53.295Z||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-16T06:54:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:55:02.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:55:02.853Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:55:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:55:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:55:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:55:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:55:53.295Z||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-16T06:55:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:56:02.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:56:02.860Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:56:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:56:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:56:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:56:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:56:53.295Z||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-16T06:56:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:57:02.887Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:57:02.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:57:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:57:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:57:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:57:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:57:53.296Z||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-16T06:57:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:58:02.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:58:02.863Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:58:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:58:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:58:53.289Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:58:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:58:53.296Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T06:58:53.297Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:59:02.866Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:59:02.866Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T06:59:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:59:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T06:59:53.287Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:59:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:59:53.295Z||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-16T06:59:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:00:02.840Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:00:02.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:00:53.286Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:00:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T07:00:53.288Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:00:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:00:53.295Z||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-16T07:00:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:01:02.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:01:02.853Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:01:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:01:53.288Z||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-16T07:01:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:01:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:01:53.295Z||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-16T07:01:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:02:02.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:02:02.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:02:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:02:53.288Z||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-16T07:02:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:02:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:02:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T07:02:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:03:02.844Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:03:02.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:03:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:03:53.287Z||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-16T07:03:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:03:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:03:53.295Z||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-16T07:03:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:04:02.842Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:04:02.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:04:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:04:53.288Z||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-16T07:04:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:04:53.294Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:04:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T07:04:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:05:02.863Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:05:02.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:05:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:05:53.287Z||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-16T07:05:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:05:53.294Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:05:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T07:05:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:06:02.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:06:02.859Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:06:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:06:53.288Z||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-16T07:06:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:06:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:06:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:06:53.296Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:07:02.848Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:07:02.849Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:07:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:07:53.287Z||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-16T07:07:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:07:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:07:53.295Z||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-16T07:07:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:08:02.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:08:02.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:08:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:08:53.287Z||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-16T07:08:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:08:53.294Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:08:53.295Z|bfff6351-8a17-486c-a682-605a15a83607|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-16T07:08:53.296Z|bfff6351-8a17-486c-a682-605a15a83607|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:09:02.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:09:02.881Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:09:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:09:53.287Z||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-16T07:09:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:09:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:09:53.295Z||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-16T07:09:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:10:02.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:10:02.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:10:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:10:53.288Z||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-16T07:10:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:10:53.294Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:10:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T07:10:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:11:02.867Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:11:02.868Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:11:53.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:11:53.291Z||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-16T07:11:53.292Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:11:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:11:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:11:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:12:02.857Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:12:02.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:12:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:12:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:12:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:12:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:12:53.295Z||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-16T07:12:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:13:02.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:13:02.850Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:13:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:13:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:13:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:13:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:13:53.295Z||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-16T07:13:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:14:02.844Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:14:02.847Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:14:53.287Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:14:53.290Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:14:53.290Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:14:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:14:53.298Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T07:14:53.299Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:15:02.846Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:15:02.867Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:15:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:15:53.287Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:15:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:15:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:15:53.295Z||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-16T07:15:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:16:02.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:16:02.845Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:16:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:16:53.287Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:16:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:16:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:16:53.295Z||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-16T07:16:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:17:02.838Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:17:02.840Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:17:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:17:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:17:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:17:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:17:53.295Z||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-16T07:17:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:18:02.847Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:18:02.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:18:53.291Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:18:53.292Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:18:53.292Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:18:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:18:53.296Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T07:18:53.296Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:19:02.872Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:19:02.899Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:19:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:19:53.287Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:19:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:19:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:19:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T07:19:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:20:02.871Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:20:02.873Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:20:53.286Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:20:53.287Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:20:53.288Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:20:53.294Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:20:53.295Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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-16T07:20:53.296Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:21:02.849Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:21:02.860Z|f672a69f-aeb6-4c3f-9d34-8d8f0ffe2a79|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:21:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:21:53.287Z||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-16T07:21:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:21:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:21:53.295Z||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-16T07:21:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:22:02.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:22:02.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:22:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:22:53.287Z||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-16T07:22:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:22:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:22:53.295Z||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-16T07:22:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:23:02.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:23:02.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:23:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:23:53.288Z||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-16T07:23:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:23:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:23:53.295Z||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-16T07:23:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:24:02.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:24:02.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:24:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:24:53.287Z||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-16T07:24:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:24:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:24:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:24:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:25:02.840Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:25:02.847Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:25:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:25:53.287Z||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-16T07:25:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:25:53.294Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:25:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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-16T07:25:53.295Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:26:02.845Z|9d321340-015b-43a0-9e44-6aa6ebc9e0ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:26:02.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:26:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:26:53.288Z||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-16T07:26:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:26:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:26:53.295Z||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-16T07:26:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:27:02.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:27:02.864Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:27:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:27:53.288Z||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-16T07:27:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:27:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:27:53.295Z||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-16T07:27:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:28:02.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:28:02.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:28:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:28:53.288Z||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-16T07:28:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:28:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:28:53.296Z||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-16T07:28:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:29:02.866Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:29:02.870Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:29:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:29:53.287Z||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-16T07:29:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:29:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:29:53.295Z||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-16T07:29:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:30:02.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:30:02.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:30:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:30:53.288Z||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-16T07:30:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:30:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:30:53.295Z||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-16T07:30:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:31:02.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:31:02.838Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:31:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:31:53.287Z||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-16T07:31:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:31:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:31:53.295Z||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-16T07:31:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:32:02.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:32:02.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:32:45.028Z||http-nio-8085-exec-6|||||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-16T07:32:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:32:53.287Z||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-16T07:32:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:32:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:32:53.295Z||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-16T07:32:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:33:02.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:33:02.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:33:53.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:33:53.287Z||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-16T07:33:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:33:53.294Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T07:33:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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-16T07:33:53.295Z|43136fab-33e0-4275-8393-86b80cfbbf51|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 4h1dRJRMthdO3LW4) ...
2022-03-16T07:34:02.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-16T07:34:02.860Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK